Shades of Vida Loca #52881F
Tints of Vida Loca #52881F
RGB
CMYK
RGB Variations
Color information
#52881F (or 0x52881F) is known color: Vida Loca. HEX triplet: 52, 88 and 1F. RGB value is (82,136,31). Sum of RGB (Red+Green+Blue) = 82+136+31=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #52881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52881F is #AD77E0. Grayscale: #6C6C6C. Windows color (decimal): -11368417 or 2066514. OLE color: 2066514.
HSL color Cylindrical-coordinate representation of color #52881F: hue angle of 90.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52881F is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 31 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.47 |
| HSL | 90.86º | 0.63% | 0.33% | - |
| HSV(B) | 90.86º | 0.77% | 0.53% | - |
| XYZ | 12.53 | 19.5 | 4.4 | - |
| YUV | 107.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 31 | 0.40 | 0 | 0.77 | 0.47 | 90.86 | 0.63 | 0.33 |
| Hex | 52 | 88 | 1F | 28 | 0 | 4D | 2F | 5B | 3F | 21 |
| Octal | 122 | 210 | 37 | 50 | 0 | 115 | 57 | 133 | 77 | 41 |
| Binary | 1010010 | 10001000 | 11111 | 101000 | 0 | 1001101 | 101111 | 1011011 | 111111 | 100001 |
Color Harmonies of #52881F
Complementary color
Monochromatic Colors of #52881F
Black with #52881F
Text Example
Text Example
White with #52881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52881F; }
p { color: rgb(82,136,31); }
H1.HeaderClassName
{
color: #52881F;
}
.AnyTagClassName
{
color: #52881F;
}
</style>
background-color css
<style>
a { background-color: #52881F; }
a { background-color: rgb(82,136,31); }
div.DivClassName
{
background-color: #52881F;
}
.BgClassName
{
background-color: #52881F;
}
</style>
border-color css
<style>
span { border-color: #52881F; }
span { border-color: rgb(82,136,31); }
td.TdClassName
{
border-color: #52881F;
}
.TagClassName
{
border-color: #52881F;
}
</style>