Shades of Vida Loca #558D32
Tints of Vida Loca #558D32
RGB
CMYK
RGB Variations
Color information
#558D32 (or 0x558D32) is known color: Vida Loca. HEX triplet: 55, 8D and 32. RGB value is (85,141,50). Sum of RGB (Red+Green+Blue) = 85+141+50=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #558D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D32 is #AA72CD. Grayscale: #727272. Windows color (decimal): -11170510 or 3312981. OLE color: 3312981.
HSL color Cylindrical-coordinate representation of color #558D32: hue angle of 96.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558D32 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 50 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.45 |
| HSL | 96.92º | 0.48% | 0.37% | - |
| HSV(B) | 96.92º | 0.65% | 0.55% | - |
| XYZ | 13.85 | 21.21 | 6.38 | - |
| YUV | 113.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 50 | 0.40 | 0 | 0.65 | 0.45 | 96.92 | 0.48 | 0.37 |
| Hex | 55 | 8D | 32 | 28 | 0 | 41 | 2D | 61 | 30 | 25 |
| Octal | 125 | 215 | 62 | 50 | 0 | 101 | 55 | 141 | 60 | 45 |
| Binary | 1010101 | 10001101 | 110010 | 101000 | 0 | 1000001 | 101101 | 1100001 | 110000 | 100101 |
Color Harmonies of #558D32
Complementary color
Monochromatic Colors of #558D32
Black with #558D32
Text Example
Text Example
White with #558D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D32; }
p { color: rgb(85,141,50); }
H1.HeaderClassName
{
color: #558D32;
}
.AnyTagClassName
{
color: #558D32;
}
</style>
background-color css
<style>
a { background-color: #558D32; }
a { background-color: rgb(85,141,50); }
div.DivClassName
{
background-color: #558D32;
}
.BgClassName
{
background-color: #558D32;
}
</style>
border-color css
<style>
span { border-color: #558D32; }
span { border-color: rgb(85,141,50); }
td.TdClassName
{
border-color: #558D32;
}
.TagClassName
{
border-color: #558D32;
}
</style>