Shades of Vida Loca #52820D
Tints of Vida Loca #52820D
RGB
CMYK
RGB Variations
Color information
#52820D (or 0x52820D) is known color: Vida Loca. HEX triplet: 52, 82 and 0D. RGB value is (82,130,13). Sum of RGB (Red+Green+Blue) = 82+130+13=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #52820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52820D is #AD7DF2. Grayscale: #666666. Windows color (decimal): -11369971 or 885330. OLE color: 885330.
HSL color Cylindrical-coordinate representation of color #52820D: hue angle of 84.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52820D is Cyan = 0.37, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 13 | - |
| CMYK | 0.37 | 0 | 0.9 | 0.49 |
| HSL | 84.62º | 0.82% | 0.28% | - |
| HSV(B) | 84.62º | 0.9% | 0.51% | - |
| XYZ | 11.53 | 17.79 | 3.21 | - |
| YUV | 102.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 13 | 0.37 | 0 | 0.9 | 0.49 | 84.62 | 0.82 | 0.28 |
| Hex | 52 | 82 | D | 25 | 0 | 5A | 31 | 55 | 52 | 1C |
| Octal | 122 | 202 | 15 | 45 | 0 | 132 | 61 | 125 | 122 | 34 |
| Binary | 1010010 | 10000010 | 1101 | 100101 | 0 | 1011010 | 110001 | 1010101 | 1010010 | 11100 |
Color Harmonies of #52820D
Complementary color
Monochromatic Colors of #52820D
Black with #52820D
Text Example
Text Example
White with #52820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52820D; }
p { color: rgb(82,130,13); }
H1.HeaderClassName
{
color: #52820D;
}
.AnyTagClassName
{
color: #52820D;
}
</style>
background-color css
<style>
a { background-color: #52820D; }
a { background-color: rgb(82,130,13); }
div.DivClassName
{
background-color: #52820D;
}
.BgClassName
{
background-color: #52820D;
}
</style>
border-color css
<style>
span { border-color: #52820D; }
span { border-color: rgb(82,130,13); }
td.TdClassName
{
border-color: #52820D;
}
.TagClassName
{
border-color: #52820D;
}
</style>