#558E38

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

Shades of Vida Loca #558E38

Tints of Vida Loca #558E38

Color information

#558E38 (or 0x558E38) is unknown color: approx Vida Loca. HEX triplet: 55, 8E and 38. RGB value is (85,142,56). Sum of RGB (Red+Green+Blue) = 85+142+56=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #558E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E38 is #AA71C7. Grayscale: #737373. Windows color (decimal): -11170248 or 3706453. OLE color: 3706453.

HSL color Cylindrical-coordinate representation of color #558E38: hue angle of 99.77º degrees, saturation: 0.43, 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 #558E38 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB8514256-
CMYK0.4000.610.44
HSL99.77º43.43%38.82%-
HSV(B)99.77º60.56%55.69%-
XYZ14.1321.567.16-
YUV115.1594.62106.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=30.04%
G=50.18%
B=19.79%

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
Decimal85142560.4000.610.4499.7743.4338.82
Hex558E382803D2C642b27
Octal1252167050075541445347
Binary10101011000111011100010100001111011011001100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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