Shades of Vida Loca #52840C
Tints of Vida Loca #52840C
RGB
CMYK
RGB Variations
Color information
#52840C (or 0x52840C) is known color: Vida Loca. HEX triplet: 52, 84 and 0C. RGB value is (82,132,12). Sum of RGB (Red+Green+Blue) = 82+132+12=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #52840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52840C is #AD7BF3. Grayscale: #676767. Windows color (decimal): -11369460 or 820306. OLE color: 820306.
HSL color Cylindrical-coordinate representation of color #52840C: hue angle of 85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52840C is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 12 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.48 |
| HSL | 85º | 0.83% | 0.28% | - |
| HSV(B) | 85º | 0.91% | 0.52% | - |
| XYZ | 11.8 | 18.32 | 3.26 | - |
| YUV | 103.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 12 | 0.38 | 0 | 0.91 | 0.48 | 85 | 0.83 | 0.28 |
| Hex | 52 | 84 | C | 26 | 0 | 5B | 30 | 55 | 53 | 1C |
| Octal | 122 | 204 | 14 | 46 | 0 | 133 | 60 | 125 | 123 | 34 |
| Binary | 1010010 | 10000100 | 1100 | 100110 | 0 | 1011011 | 110000 | 1010101 | 1010011 | 11100 |
Color Harmonies of #52840C
Complementary color
Monochromatic Colors of #52840C
Black with #52840C
Text Example
Text Example
White with #52840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52840C; }
p { color: rgb(82,132,12); }
H1.HeaderClassName
{
color: #52840C;
}
.AnyTagClassName
{
color: #52840C;
}
</style>
background-color css
<style>
a { background-color: #52840C; }
a { background-color: rgb(82,132,12); }
div.DivClassName
{
background-color: #52840C;
}
.BgClassName
{
background-color: #52840C;
}
</style>
border-color css
<style>
span { border-color: #52840C; }
span { border-color: rgb(82,132,12); }
td.TdClassName
{
border-color: #52840C;
}
.TagClassName
{
border-color: #52840C;
}
</style>