Shades of Vida Loca #558D36
Tints of Vida Loca #558D36
RGB
CMYK
RGB Variations
Color information
#558D36 (or 0x558D36) is known color: Vida Loca. HEX triplet: 55, 8D and 36. RGB value is (85,141,54). Sum of RGB (Red+Green+Blue) = 85+141+54=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #558D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D36 is #AA72C9. Grayscale: #727272. Windows color (decimal): -11170506 or 3575125. OLE color: 3575125.
HSL color Cylindrical-coordinate representation of color #558D36: hue angle of 98.62º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558D36 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 54 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.45 |
| HSL | 98.62º | 0.45% | 0.38% | - |
| HSV(B) | 98.62º | 0.62% | 0.55% | - |
| XYZ | 13.94 | 21.25 | 6.86 | - |
| YUV | 114.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 54 | 0.40 | 0 | 0.62 | 0.45 | 98.62 | 0.45 | 0.38 |
| Hex | 55 | 8D | 36 | 28 | 0 | 3E | 2D | 63 | 2D | 26 |
| Octal | 125 | 215 | 66 | 50 | 0 | 76 | 55 | 143 | 55 | 46 |
| Binary | 1010101 | 10001101 | 110110 | 101000 | 0 | 111110 | 101101 | 1100011 | 101101 | 100110 |
Color Harmonies of #558D36
Complementary color
Monochromatic Colors of #558D36
Black with #558D36
Text Example
Text Example
White with #558D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D36; }
p { color: rgb(85,141,54); }
H1.HeaderClassName
{
color: #558D36;
}
.AnyTagClassName
{
color: #558D36;
}
</style>
background-color css
<style>
a { background-color: #558D36; }
a { background-color: rgb(85,141,54); }
div.DivClassName
{
background-color: #558D36;
}
.BgClassName
{
background-color: #558D36;
}
</style>
border-color css
<style>
span { border-color: #558D36; }
span { border-color: rgb(85,141,54); }
td.TdClassName
{
border-color: #558D36;
}
.TagClassName
{
border-color: #558D36;
}
</style>