Shades of Vida Loca #52841F
Tints of Vida Loca #52841F
RGB
CMYK
RGB Variations
Color information
#52841F (or 0x52841F) is known color: Vida Loca. HEX triplet: 52, 84 and 1F. RGB value is (82,132,31). Sum of RGB (Red+Green+Blue) = 82+132+31=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #52841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52841F is #AD7BE0. Grayscale: #696969. Windows color (decimal): -11369441 or 2065490. OLE color: 2065490.
HSL color Cylindrical-coordinate representation of color #52841F: hue angle of 89.7º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52841F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 31 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.48 |
| HSL | 89.7º | 0.62% | 0.32% | - |
| HSV(B) | 89.7º | 0.77% | 0.52% | - |
| XYZ | 11.98 | 18.4 | 4.22 | - |
| YUV | 105.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 31 | 0.38 | 0 | 0.77 | 0.48 | 89.7 | 0.62 | 0.32 |
| Hex | 52 | 84 | 1F | 26 | 0 | 4D | 30 | 5A | 3E | 20 |
| Octal | 122 | 204 | 37 | 46 | 0 | 115 | 60 | 132 | 76 | 40 |
| Binary | 1010010 | 10000100 | 11111 | 100110 | 0 | 1001101 | 110000 | 1011010 | 111110 | 100000 |
Color Harmonies of #52841F
Complementary color
Monochromatic Colors of #52841F
Black with #52841F
Text Example
Text Example
White with #52841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52841F; }
p { color: rgb(82,132,31); }
H1.HeaderClassName
{
color: #52841F;
}
.AnyTagClassName
{
color: #52841F;
}
</style>
background-color css
<style>
a { background-color: #52841F; }
a { background-color: rgb(82,132,31); }
div.DivClassName
{
background-color: #52841F;
}
.BgClassName
{
background-color: #52841F;
}
</style>
border-color css
<style>
span { border-color: #52841F; }
span { border-color: rgb(82,132,31); }
td.TdClassName
{
border-color: #52841F;
}
.TagClassName
{
border-color: #52841F;
}
</style>