#558720

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

Shades of Vida Loca #558720

Tints of Vida Loca #558720

Color information

#558720 (or 0x558720) is unknown color: approx Vida Loca. HEX triplet: 55, 87 and 20. RGB value is (85,135,32). Sum of RGB (Red+Green+Blue) = 85+135+32=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #558720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558720 is #AA78DF. Grayscale: #6C6C6C. Windows color (decimal): -11172064 or 2131797. OLE color: 2131797.

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

Color convert

RGB8513532-
CMYK0.3700.760.47
HSL89.13º61.68%32.75%-
HSV(B)89.13º76.3%52.94%-
XYZ12.6719.364.44-
YUV108.3184.94111.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=33.73%
G=53.57%
B=12.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135320.3700.760.4789.1361.6832.75
Hex5587202504C2F593e21
Octal12520740450114571317641
Binary101010110000111100000100101010011001011111011001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558720; }

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

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

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

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

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

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

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

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