#558E37

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

Shades of Vida Loca #558E37

Tints of Vida Loca #558E37

Color information

#558E37 (or 0x558E37) is unknown color: approx Vida Loca. HEX triplet: 55, 8E and 37. RGB value is (85,142,55). Sum of RGB (Red+Green+Blue) = 85+142+55=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #558E37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E37 is #AA71C8. Grayscale: #737373. Windows color (decimal): -11170249 or 3640917. OLE color: 3640917.

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

Color convert

RGB8514255-
CMYK0.4000.610.44
HSL99.31º44.16%38.63%-
HSV(B)99.31º61.27%55.69%-
XYZ14.1121.557.03-
YUV115.0494.12106.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=30.14%
G=50.35%
B=19.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142550.4000.610.4499.3144.1638.63
Hex558E372803D2C632c27
Octal1252166750075541435447
Binary10101011000111011011110100001111011011001100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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