Shades of Vida Loca #55882F
Tints of Vida Loca #55882F
RGB
CMYK
RGB Variations
Color information
#55882F (or 0x55882F) is known color: Vida Loca. HEX triplet: 55, 88 and 2F. RGB value is (85,136,47). Sum of RGB (Red+Green+Blue) = 85+136+47=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #55882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55882F is #AA77D0. Grayscale: #6E6E6E. Windows color (decimal): -11171793 or 3115093. OLE color: 3115093.
HSL color Cylindrical-coordinate representation of color #55882F: hue angle of 94.38º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55882F is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 47 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.47 |
| HSL | 94.38º | 0.49% | 0.36% | - |
| HSV(B) | 94.38º | 0.65% | 0.53% | - |
| XYZ | 13.06 | 19.74 | 5.81 | - |
| YUV | 110.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 47 | 0.38 | 0 | 0.65 | 0.47 | 94.38 | 0.49 | 0.36 |
| Hex | 55 | 88 | 2F | 26 | 0 | 41 | 2F | 5E | 31 | 24 |
| Octal | 125 | 210 | 57 | 46 | 0 | 101 | 57 | 136 | 61 | 44 |
| Binary | 1010101 | 10001000 | 101111 | 100110 | 0 | 1000001 | 101111 | 1011110 | 110001 | 100100 |
Color Harmonies of #55882F
Complementary color
Monochromatic Colors of #55882F
Black with #55882F
Text Example
Text Example
White with #55882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55882F; }
p { color: rgb(85,136,47); }
H1.HeaderClassName
{
color: #55882F;
}
.AnyTagClassName
{
color: #55882F;
}
</style>
background-color css
<style>
a { background-color: #55882F; }
a { background-color: rgb(85,136,47); }
div.DivClassName
{
background-color: #55882F;
}
.BgClassName
{
background-color: #55882F;
}
</style>
border-color css
<style>
span { border-color: #55882F; }
span { border-color: rgb(85,136,47); }
td.TdClassName
{
border-color: #55882F;
}
.TagClassName
{
border-color: #55882F;
}
</style>