Shades of Vida Loca #52842A
Tints of Vida Loca #52842A
RGB
CMYK
RGB Variations
Color information
#52842A (or 0x52842A) is known color: Vida Loca. HEX triplet: 52, 84 and 2A. RGB value is (82,132,42). Sum of RGB (Red+Green+Blue) = 82+132+42=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #52842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52842A is #AD7BD5. Grayscale: #6B6B6B. Windows color (decimal): -11369430 or 2786386. OLE color: 2786386.
HSL color Cylindrical-coordinate representation of color #52842A: hue angle of 93.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52842A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 42 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.48 |
| HSL | 93.33º | 0.52% | 0.34% | - |
| HSV(B) | 93.33º | 0.68% | 0.52% | - |
| XYZ | 12.15 | 18.46 | 5.11 | - |
| YUV | 106.79 | 91.44 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 42 | 0.38 | 0 | 0.68 | 0.48 | 93.33 | 0.52 | 0.34 |
| Hex | 52 | 84 | 2A | 26 | 0 | 44 | 30 | 5D | 34 | 22 |
| Octal | 122 | 204 | 52 | 46 | 0 | 104 | 60 | 135 | 64 | 42 |
| Binary | 1010010 | 10000100 | 101010 | 100110 | 0 | 1000100 | 110000 | 1011101 | 110100 | 100010 |
Color Harmonies of #52842A
Complementary color
Monochromatic Colors of #52842A
Black with #52842A
Text Example
Text Example
White with #52842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52842A; }
p { color: rgb(82,132,42); }
H1.HeaderClassName
{
color: #52842A;
}
.AnyTagClassName
{
color: #52842A;
}
</style>
background-color css
<style>
a { background-color: #52842A; }
a { background-color: rgb(82,132,42); }
div.DivClassName
{
background-color: #52842A;
}
.BgClassName
{
background-color: #52842A;
}
</style>
border-color css
<style>
span { border-color: #52842A; }
span { border-color: rgb(82,132,42); }
td.TdClassName
{
border-color: #52842A;
}
.TagClassName
{
border-color: #52842A;
}
</style>