Shades of Vida Loca #558E2A
Tints of Vida Loca #558E2A
RGB
CMYK
RGB Variations
Color information
#558E2A (or 0x558E2A) is known color: Vida Loca. HEX triplet: 55, 8E and 2A. RGB value is (85,142,42). Sum of RGB (Red+Green+Blue) = 85+142+42=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #558E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E2A is #AA71D5. Grayscale: #717171. Windows color (decimal): -11170262 or 2788949. OLE color: 2788949.
HSL color Cylindrical-coordinate representation of color #558E2A: hue angle of 94.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #558E2A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 42 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.44 |
| HSL | 94.2º | 0.54% | 0.36% | - |
| HSV(B) | 94.2º | 0.7% | 0.56% | - |
| XYZ | 13.84 | 21.44 | 5.6 | - |
| YUV | 113.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 42 | 0.40 | 0 | 0.70 | 0.44 | 94.2 | 0.54 | 0.36 |
| Hex | 55 | 8E | 2A | 28 | 0 | 46 | 2C | 5E | 36 | 24 |
| Octal | 125 | 216 | 52 | 50 | 0 | 106 | 54 | 136 | 66 | 44 |
| Binary | 1010101 | 10001110 | 101010 | 101000 | 0 | 1000110 | 101100 | 1011110 | 110110 | 100100 |
Color Harmonies of #558E2A
Complementary color
Monochromatic Colors of #558E2A
Black with #558E2A
Text Example
Text Example
White with #558E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E2A; }
p { color: rgb(85,142,42); }
H1.HeaderClassName
{
color: #558E2A;
}
.AnyTagClassName
{
color: #558E2A;
}
</style>
background-color css
<style>
a { background-color: #558E2A; }
a { background-color: rgb(85,142,42); }
div.DivClassName
{
background-color: #558E2A;
}
.BgClassName
{
background-color: #558E2A;
}
</style>
border-color css
<style>
span { border-color: #558E2A; }
span { border-color: rgb(85,142,42); }
td.TdClassName
{
border-color: #558E2A;
}
.TagClassName
{
border-color: #558E2A;
}
</style>