#58821F

Color #58821F Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #58821F

Tints of Vida Loca #58821F

Color information

#58821F (or 0x58821F) is unknown color: approx Vida Loca. HEX triplet: 58, 82 and 1F. RGB value is (88,130,31). Sum of RGB (Red+Green+Blue) = 88+130+31=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #58821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58821F is #A77DE0. Grayscale: #6A6A6A. Windows color (decimal): -10976737 or 2064984. OLE color: 2064984.

HSL color Cylindrical-coordinate representation of color #58821F: hue angle of 85.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58821F is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB8813031-
CMYK0.3200.760.49
HSL85.45º61.49%31.57%-
HSV(B)85.45º76.15%50.98%-
XYZ12.2518.144.15-
YUV106.1685.59115.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=35.34%
G=52.21%
B=12.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130310.3200.760.4985.4561.4931.57
Hex58821F2004C31553d20
Octal13020237400114611257540
Binary10110001000001011111100000010011001100011010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58821F; }

 p { color: rgb(88,130,31); }

 H1.HeaderClassName
 {
   color: #58821F;
 }
 .AnyTagClassName
 {
   color: #58821F;
 }
</style>
background-color css

<style>
 a { background-color: #58821F; }

 a { background-color: rgb(88,130,31); }

 div.DivClassName
 {
   background-color: #58821F;
 }
 .BgClassName
 {
   background-color: #58821F;
 }
</style>
border-color css

<style>
 span { border-color: #58821F; }

 span { border-color: rgb(88,130,31); }

 td.TdClassName
 {
   border-color: #58821F;
 }
 .TagClassName
 {
   border-color: #58821F;
 }
</style>