Shades of Vida Loca #558D2E
Tints of Vida Loca #558D2E
RGB
CMYK
RGB Variations
Color information
#558D2E (or 0x558D2E) is known color: Vida Loca. HEX triplet: 55, 8D and 2E. RGB value is (85,141,46). Sum of RGB (Red+Green+Blue) = 85+141+46=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #558D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D2E is #AA72D1. Grayscale: #717171. Windows color (decimal): -11170514 or 3050837. OLE color: 3050837.
HSL color Cylindrical-coordinate representation of color #558D2E: hue angle of 95.37º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558D2E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 46 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.45 |
| HSL | 95.37º | 0.51% | 0.37% | - |
| HSV(B) | 95.37º | 0.67% | 0.55% | - |
| XYZ | 13.76 | 21.18 | 5.95 | - |
| YUV | 113.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 46 | 0.40 | 0 | 0.67 | 0.45 | 95.37 | 0.51 | 0.37 |
| Hex | 55 | 8D | 2E | 28 | 0 | 43 | 2D | 5F | 33 | 25 |
| Octal | 125 | 215 | 56 | 50 | 0 | 103 | 55 | 137 | 63 | 45 |
| Binary | 1010101 | 10001101 | 101110 | 101000 | 0 | 1000011 | 101101 | 1011111 | 110011 | 100101 |
Color Harmonies of #558D2E
Complementary color
Monochromatic Colors of #558D2E
Black with #558D2E
Text Example
Text Example
White with #558D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D2E; }
p { color: rgb(85,141,46); }
H1.HeaderClassName
{
color: #558D2E;
}
.AnyTagClassName
{
color: #558D2E;
}
</style>
background-color css
<style>
a { background-color: #558D2E; }
a { background-color: rgb(85,141,46); }
div.DivClassName
{
background-color: #558D2E;
}
.BgClassName
{
background-color: #558D2E;
}
</style>
border-color css
<style>
span { border-color: #558D2E; }
span { border-color: rgb(85,141,46); }
td.TdClassName
{
border-color: #558D2E;
}
.TagClassName
{
border-color: #558D2E;
}
</style>