Shades of Vida Loca #52821F
Tints of Vida Loca #52821F
RGB
CMYK
RGB Variations
Color information
#52821F (or 0x52821F) is known color: Vida Loca. HEX triplet: 52, 82 and 1F. RGB value is (82,130,31). Sum of RGB (Red+Green+Blue) = 82+130+31=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #52821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52821F is #AD7DE0. Grayscale: #686868. Windows color (decimal): -11369953 or 2064978. OLE color: 2064978.
HSL color Cylindrical-coordinate representation of color #52821F: hue angle of 89.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52821F is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 31 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.49 |
| HSL | 89.09º | 0.61% | 0.32% | - |
| HSV(B) | 89.09º | 0.76% | 0.51% | - |
| XYZ | 11.71 | 17.86 | 4.13 | - |
| YUV | 104.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 31 | 0.37 | 0 | 0.76 | 0.49 | 89.09 | 0.61 | 0.32 |
| Hex | 52 | 82 | 1F | 25 | 0 | 4C | 31 | 59 | 3D | 20 |
| Octal | 122 | 202 | 37 | 45 | 0 | 114 | 61 | 131 | 75 | 40 |
| Binary | 1010010 | 10000010 | 11111 | 100101 | 0 | 1001100 | 110001 | 1011001 | 111101 | 100000 |
Color Harmonies of #52821F
Complementary color
Monochromatic Colors of #52821F
Black with #52821F
Text Example
Text Example
White with #52821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52821F; }
p { color: rgb(82,130,31); }
H1.HeaderClassName
{
color: #52821F;
}
.AnyTagClassName
{
color: #52821F;
}
</style>
background-color css
<style>
a { background-color: #52821F; }
a { background-color: rgb(82,130,31); }
div.DivClassName
{
background-color: #52821F;
}
.BgClassName
{
background-color: #52821F;
}
</style>
border-color css
<style>
span { border-color: #52821F; }
span { border-color: rgb(82,130,31); }
td.TdClassName
{
border-color: #52821F;
}
.TagClassName
{
border-color: #52821F;
}
</style>