#558B2A

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

Shades of Vida Loca #558B2A

Tints of Vida Loca #558B2A

Color information

#558B2A (or 0x558B2A) is unknown color: approx Vida Loca. HEX triplet: 55, 8B and 2A. RGB value is (85,139,42). Sum of RGB (Red+Green+Blue) = 85+139+42=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #558B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B2A is #AA74D5. Grayscale: #707070. Windows color (decimal): -11171030 or 2788181. OLE color: 2788181.

HSL color Cylindrical-coordinate representation of color #558B2A: hue angle of 93.4º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #558B2A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB8513942-
CMYK0.3900.700.45
HSL93.4º53.59%35.49%-
HSV(B)93.4º69.78%54.51%-
XYZ13.420.565.45-
YUV111.888.61108.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=31.95%
G=52.26%
B=15.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85139420.3900.700.4593.453.5935.49
Hex558B2A270462D5d3623
Octal12521352470106551356643
Binary101010110001011101010100111010001101011011011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,139,42); }

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

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

 a { background-color: rgb(85,139,42); }

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

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

 span { border-color: rgb(85,139,42); }

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