#558e31

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

Shades of Vida Loca #558E31

Tints of Vida Loca #558E31

Color information

#558E31 (or 0x558E31) is unknown color: approx Vida Loca. HEX triplet: 55, 8E and 31. RGB value is (85,142,49). Sum of RGB (Red+Green+Blue) = 85+142+49=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #558E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E31 is #AA71CE. Grayscale: #727272. Windows color (decimal): -11170255 or 3247701. OLE color: 3247701.

HSL color Cylindrical-coordinate representation of color #558E31: hue angle of 96.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558E31 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB8514249-
CMYK0.4000.650.44
HSL96.77º48.69%37.45%-
HSV(B)96.77º65.49%55.69%-
XYZ13.9721.56.32-
YUV114.3691.12107.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=30.80%
G=51.45%
B=17.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142490.4000.650.4496.7748.6937.45
Hex558E31280412C613125
Octal12521661500101541416145
Binary101010110001110110001101000010000011011001100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558e31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558e31; }

 p { color: rgb(85,142,49); }

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

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

 a { background-color: rgb(85,142,49); }

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

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

 span { border-color: rgb(85,142,49); }

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