Shades of Vida Loca #558B1E
Tints of Vida Loca #558B1E
RGB
CMYK
RGB Variations
Color information
#558B1E (or 0x558B1E) is known color: Vida Loca. HEX triplet: 55, 8B and 1E. RGB value is (85,139,30). Sum of RGB (Red+Green+Blue) = 85+139+30=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #558B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B1E is #AA74E1. Grayscale: #6E6E6E. Windows color (decimal): -11171042 or 2001749. OLE color: 2001749.
HSL color Cylindrical-coordinate representation of color #558B1E: hue angle of 89.72º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #558B1E is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 30 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.45 |
| HSL | 89.72º | 0.64% | 0.33% | - |
| HSV(B) | 89.72º | 0.78% | 0.55% | - |
| XYZ | 13.21 | 20.49 | 4.49 | - |
| YUV | 110.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 30 | 0.39 | 0 | 0.78 | 0.45 | 89.72 | 0.64 | 0.33 |
| Hex | 55 | 8B | 1E | 27 | 0 | 4E | 2D | 5A | 40 | 21 |
| Octal | 125 | 213 | 36 | 47 | 0 | 116 | 55 | 132 | 100 | 41 |
| Binary | 1010101 | 10001011 | 11110 | 100111 | 0 | 1001110 | 101101 | 1011010 | 1000000 | 100001 |
Color Harmonies of #558B1E
Complementary color
Monochromatic Colors of #558B1E
Black with #558B1E
Text Example
Text Example
White with #558B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B1E; }
p { color: rgb(85,139,30); }
H1.HeaderClassName
{
color: #558B1E;
}
.AnyTagClassName
{
color: #558B1E;
}
</style>
background-color css
<style>
a { background-color: #558B1E; }
a { background-color: rgb(85,139,30); }
div.DivClassName
{
background-color: #558B1E;
}
.BgClassName
{
background-color: #558B1E;
}
</style>
border-color css
<style>
span { border-color: #558B1E; }
span { border-color: rgb(85,139,30); }
td.TdClassName
{
border-color: #558B1E;
}
.TagClassName
{
border-color: #558B1E;
}
</style>