Shades of Vida Loca #558B24
Tints of Vida Loca #558B24
RGB
CMYK
RGB Variations
Color information
#558B24 (or 0x558B24) is known color: Vida Loca. HEX triplet: 55, 8B and 24. RGB value is (85,139,36). Sum of RGB (Red+Green+Blue) = 85+139+36=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #558B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B24 is #AA74DB. Grayscale: #6F6F6F. Windows color (decimal): -11171036 or 2394965. OLE color: 2394965.
HSL color Cylindrical-coordinate representation of color #558B24: hue angle of 91.46º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #558B24 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 36 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.45 |
| HSL | 91.46º | 0.59% | 0.34% | - |
| HSV(B) | 91.46º | 0.74% | 0.55% | - |
| XYZ | 13.3 | 20.52 | 4.93 | - |
| YUV | 111.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 36 | 0.39 | 0 | 0.74 | 0.45 | 91.46 | 0.59 | 0.34 |
| Hex | 55 | 8B | 24 | 27 | 0 | 4A | 2D | 5B | 3B | 22 |
| Octal | 125 | 213 | 44 | 47 | 0 | 112 | 55 | 133 | 73 | 42 |
| Binary | 1010101 | 10001011 | 100100 | 100111 | 0 | 1001010 | 101101 | 1011011 | 111011 | 100010 |
Color Harmonies of #558B24
Complementary color
Monochromatic Colors of #558B24
Black with #558B24
Text Example
Text Example
White with #558B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B24; }
p { color: rgb(85,139,36); }
H1.HeaderClassName
{
color: #558B24;
}
.AnyTagClassName
{
color: #558B24;
}
</style>
background-color css
<style>
a { background-color: #558B24; }
a { background-color: rgb(85,139,36); }
div.DivClassName
{
background-color: #558B24;
}
.BgClassName
{
background-color: #558B24;
}
</style>
border-color css
<style>
span { border-color: #558B24; }
span { border-color: rgb(85,139,36); }
td.TdClassName
{
border-color: #558B24;
}
.TagClassName
{
border-color: #558B24;
}
</style>