Shades of Vida Loca #52880D
Tints of Vida Loca #52880D
RGB
CMYK
RGB Variations
Color information
#52880D (or 0x52880D) is known color: Vida Loca. HEX triplet: 52, 88 and 0D. RGB value is (82,136,13). Sum of RGB (Red+Green+Blue) = 82+136+13=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #52880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52880D is #AD77F2. Grayscale: #6A6A6A. Windows color (decimal): -11368435 or 886866. OLE color: 886866.
HSL color Cylindrical-coordinate representation of color #52880D: hue angle of 86.34º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52880D is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 13 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.47 |
| HSL | 86.34º | 0.83% | 0.29% | - |
| HSV(B) | 86.34º | 0.9% | 0.53% | - |
| XYZ | 12.36 | 19.43 | 3.48 | - |
| YUV | 105.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 13 | 0.40 | 0 | 0.90 | 0.47 | 86.34 | 0.83 | 0.29 |
| Hex | 52 | 88 | D | 28 | 0 | 5A | 2F | 56 | 53 | 1D |
| Octal | 122 | 210 | 15 | 50 | 0 | 132 | 57 | 126 | 123 | 35 |
| Binary | 1010010 | 10001000 | 1101 | 101000 | 0 | 1011010 | 101111 | 1010110 | 1010011 | 11101 |
Color Harmonies of #52880D
Complementary color
Monochromatic Colors of #52880D
Black with #52880D
Text Example
Text Example
White with #52880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52880D; }
p { color: rgb(82,136,13); }
H1.HeaderClassName
{
color: #52880D;
}
.AnyTagClassName
{
color: #52880D;
}
</style>
background-color css
<style>
a { background-color: #52880D; }
a { background-color: rgb(82,136,13); }
div.DivClassName
{
background-color: #52880D;
}
.BgClassName
{
background-color: #52880D;
}
</style>
border-color css
<style>
span { border-color: #52880D; }
span { border-color: rgb(82,136,13); }
td.TdClassName
{
border-color: #52880D;
}
.TagClassName
{
border-color: #52880D;
}
</style>