#558E2E

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

Shades of Vida Loca #558E2E

Tints of Vida Loca #558E2E

Color information

#558E2E (or 0x558E2E) is unknown color: approx Vida Loca. HEX triplet: 55, 8E and 2E. RGB value is (85,142,46). Sum of RGB (Red+Green+Blue) = 85+142+46=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #558E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E2E is #AA71D1. Grayscale: #727272. Windows color (decimal): -11170258 or 3051093. OLE color: 3051093.

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

Color convert

RGB8514246-
CMYK0.4000.680.44
HSL95.62º51.06%36.86%-
HSV(B)95.62º67.61%55.69%-
XYZ13.9121.476-
YUV114.0189.62107.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 142 (55.86% from 255) = 52.01%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=31.14%
G=52.01%
B=16.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142460.4000.680.4495.6251.0636.86
Hex558E2E280442C603325
Octal12521656500104541406345
Binary101010110001110101110101000010001001011001100000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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