Shades of Vida Loca #52902F
Tints of Vida Loca #52902F
RGB
CMYK
RGB Variations
Color information
#52902F (or 0x52902F) is known color: Vida Loca. HEX triplet: 52, 90 and 2F. RGB value is (82,144,47). Sum of RGB (Red+Green+Blue) = 82+144+47=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #52902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52902F is #AD6FD0. Grayscale: #727272. Windows color (decimal): -11366353 or 3117138. OLE color: 3117138.
HSL color Cylindrical-coordinate representation of color #52902F: hue angle of 98.35º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52902F is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 47 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.44 |
| HSL | 98.35º | 0.51% | 0.37% | - |
| HSV(B) | 98.35º | 0.67% | 0.56% | - |
| XYZ | 13.97 | 21.95 | 6.19 | - |
| YUV | 114.4 | 89.96 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 47 | 0.43 | 0 | 0.67 | 0.44 | 98.35 | 0.51 | 0.37 |
| Hex | 52 | 90 | 2F | 2B | 0 | 43 | 2C | 62 | 33 | 25 |
| Octal | 122 | 220 | 57 | 53 | 0 | 103 | 54 | 142 | 63 | 45 |
| Binary | 1010010 | 10010000 | 101111 | 101011 | 0 | 1000011 | 101100 | 1100010 | 110011 | 100101 |
Color Harmonies of #52902F
Complementary color
Monochromatic Colors of #52902F
Black with #52902F
Text Example
Text Example
White with #52902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52902F; }
p { color: rgb(82,144,47); }
H1.HeaderClassName
{
color: #52902F;
}
.AnyTagClassName
{
color: #52902F;
}
</style>
background-color css
<style>
a { background-color: #52902F; }
a { background-color: rgb(82,144,47); }
div.DivClassName
{
background-color: #52902F;
}
.BgClassName
{
background-color: #52902F;
}
</style>
border-color css
<style>
span { border-color: #52902F; }
span { border-color: rgb(82,144,47); }
td.TdClassName
{
border-color: #52902F;
}
.TagClassName
{
border-color: #52902F;
}
</style>