Shades of Vida Loca #558A1C
Tints of Vida Loca #558A1C
RGB
CMYK
RGB Variations
Color information
#558A1C (or 0x558A1C) is known color: Vida Loca. HEX triplet: 55, 8A and 1C. RGB value is (85,138,28). Sum of RGB (Red+Green+Blue) = 85+138+28=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #558A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558A1C is #AA75E3. Grayscale: #6E6E6E. Windows color (decimal): -11171300 or 1870421. OLE color: 1870421.
HSL color Cylindrical-coordinate representation of color #558A1C: hue angle of 88.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #558A1C is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 28 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.46 |
| HSL | 88.91º | 0.66% | 0.33% | - |
| HSV(B) | 88.91º | 0.8% | 0.54% | - |
| XYZ | 13.04 | 20.19 | 4.31 | - |
| YUV | 109.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 28 | 0.38 | 0 | 0.80 | 0.46 | 88.91 | 0.66 | 0.33 |
| Hex | 55 | 8A | 1C | 26 | 0 | 50 | 2E | 59 | 42 | 21 |
| Octal | 125 | 212 | 34 | 46 | 0 | 120 | 56 | 131 | 102 | 41 |
| Binary | 1010101 | 10001010 | 11100 | 100110 | 0 | 1010000 | 101110 | 1011001 | 1000010 | 100001 |
Color Harmonies of #558A1C
Complementary color
Monochromatic Colors of #558A1C
Black with #558A1C
Text Example
Text Example
White with #558A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A1C; }
p { color: rgb(85,138,28); }
H1.HeaderClassName
{
color: #558A1C;
}
.AnyTagClassName
{
color: #558A1C;
}
</style>
background-color css
<style>
a { background-color: #558A1C; }
a { background-color: rgb(85,138,28); }
div.DivClassName
{
background-color: #558A1C;
}
.BgClassName
{
background-color: #558A1C;
}
</style>
border-color css
<style>
span { border-color: #558A1C; }
span { border-color: rgb(85,138,28); }
td.TdClassName
{
border-color: #558A1C;
}
.TagClassName
{
border-color: #558A1C;
}
</style>