Shades of Vida Loca #558B20
Tints of Vida Loca #558B20
RGB
CMYK
RGB Variations
Color information
#558B20 (or 0x558B20) is known color: Vida Loca. HEX triplet: 55, 8B and 20. RGB value is (85,139,32). Sum of RGB (Red+Green+Blue) = 85+139+32=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #558B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B20 is #AA74DF. Grayscale: #6F6F6F. Windows color (decimal): -11171040 or 2132821. OLE color: 2132821.
HSL color Cylindrical-coordinate representation of color #558B20: hue angle of 90.28º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #558B20 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 32 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.45 |
| HSL | 90.28º | 0.63% | 0.34% | - |
| HSV(B) | 90.28º | 0.77% | 0.55% | - |
| XYZ | 13.24 | 20.5 | 4.63 | - |
| YUV | 110.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 32 | 0.39 | 0 | 0.77 | 0.45 | 90.28 | 0.63 | 0.34 |
| Hex | 55 | 8B | 20 | 27 | 0 | 4D | 2D | 5A | 3F | 22 |
| Octal | 125 | 213 | 40 | 47 | 0 | 115 | 55 | 132 | 77 | 42 |
| Binary | 1010101 | 10001011 | 100000 | 100111 | 0 | 1001101 | 101101 | 1011010 | 111111 | 100010 |
Color Harmonies of #558B20
Complementary color
Monochromatic Colors of #558B20
Black with #558B20
Text Example
Text Example
White with #558B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B20; }
p { color: rgb(85,139,32); }
H1.HeaderClassName
{
color: #558B20;
}
.AnyTagClassName
{
color: #558B20;
}
</style>
background-color css
<style>
a { background-color: #558B20; }
a { background-color: rgb(85,139,32); }
div.DivClassName
{
background-color: #558B20;
}
.BgClassName
{
background-color: #558B20;
}
</style>
border-color css
<style>
span { border-color: #558B20; }
span { border-color: rgb(85,139,32); }
td.TdClassName
{
border-color: #558B20;
}
.TagClassName
{
border-color: #558B20;
}
</style>