Shades of Vida Loca #52882B
Tints of Vida Loca #52882B
RGB
CMYK
RGB Variations
Color information
#52882B (or 0x52882B) is known color: Vida Loca. HEX triplet: 52, 88 and 2B. RGB value is (82,136,43). Sum of RGB (Red+Green+Blue) = 82+136+43=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #52882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52882B is #AD77D4. Grayscale: #6D6D6D. Windows color (decimal): -11368405 or 2852946. OLE color: 2852946.
HSL color Cylindrical-coordinate representation of color #52882B: hue angle of 94.84º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52882B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 43 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.47 |
| HSL | 94.84º | 0.52% | 0.35% | - |
| HSV(B) | 94.84º | 0.68% | 0.53% | - |
| XYZ | 12.72 | 19.58 | 5.39 | - |
| YUV | 109.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 43 | 0.40 | 0 | 0.68 | 0.47 | 94.84 | 0.52 | 0.35 |
| Hex | 52 | 88 | 2B | 28 | 0 | 44 | 2F | 5F | 34 | 23 |
| Octal | 122 | 210 | 53 | 50 | 0 | 104 | 57 | 137 | 64 | 43 |
| Binary | 1010010 | 10001000 | 101011 | 101000 | 0 | 1000100 | 101111 | 1011111 | 110100 | 100011 |
Color Harmonies of #52882B
Complementary color
Monochromatic Colors of #52882B
Black with #52882B
Text Example
Text Example
White with #52882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52882B; }
p { color: rgb(82,136,43); }
H1.HeaderClassName
{
color: #52882B;
}
.AnyTagClassName
{
color: #52882B;
}
</style>
background-color css
<style>
a { background-color: #52882B; }
a { background-color: rgb(82,136,43); }
div.DivClassName
{
background-color: #52882B;
}
.BgClassName
{
background-color: #52882B;
}
</style>
border-color css
<style>
span { border-color: #52882B; }
span { border-color: rgb(82,136,43); }
td.TdClassName
{
border-color: #52882B;
}
.TagClassName
{
border-color: #52882B;
}
</style>