#558715

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

Shades of Vida Loca #558715

Tints of Vida Loca #558715

Color information

#558715 (or 0x558715) is unknown color: approx Vida Loca. HEX triplet: 55, 87 and 15. RGB value is (85,135,21). Sum of RGB (Red+Green+Blue) = 85+135+21=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #558715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558715 is #AA78EA. Grayscale: #6B6B6B. Windows color (decimal): -11172075 or 1410901. OLE color: 1410901.

HSL color Cylindrical-coordinate representation of color #558715: hue angle of 86.32º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #558715 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB8513521-
CMYK0.3700.840.47
HSL86.32º73.08%30.59%-
HSV(B)86.32º84.44%52.94%-
XYZ12.5519.313.78-
YUV107.0579.44112.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=35.27%
G=56.02%
B=8.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135210.3700.840.4786.3273.0830.59
Hex558715250542F56491f
Octal125207254501245712611137
Binary10101011000011110101100101010101001011111010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558715; }

 p { color: rgb(85,135,21); }

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

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

 a { background-color: rgb(85,135,21); }

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

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

 span { border-color: rgb(85,135,21); }

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