Shades of Vida Loca #528A24
Tints of Vida Loca #528A24
RGB
CMYK
RGB Variations
Color information
#528A24 (or 0x528A24) is known color: Vida Loca. HEX triplet: 52, 8A and 24. RGB value is (82,138,36). Sum of RGB (Red+Green+Blue) = 82+138+36=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #528A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A24 is #AD75DB. Grayscale: #6D6D6D. Windows color (decimal): -11367900 or 2394706. OLE color: 2394706.
HSL color Cylindrical-coordinate representation of color #528A24: hue angle of 92.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #528A24 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 36 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.46 |
| HSL | 92.94º | 0.59% | 0.34% | - |
| HSV(B) | 92.94º | 0.74% | 0.54% | - |
| XYZ | 12.89 | 20.1 | 4.87 | - |
| YUV | 109.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 36 | 0.41 | 0 | 0.74 | 0.46 | 92.94 | 0.59 | 0.34 |
| Hex | 52 | 8A | 24 | 29 | 0 | 4A | 2E | 5D | 3B | 22 |
| Octal | 122 | 212 | 44 | 51 | 0 | 112 | 56 | 135 | 73 | 42 |
| Binary | 1010010 | 10001010 | 100100 | 101001 | 0 | 1001010 | 101110 | 1011101 | 111011 | 100010 |
Color Harmonies of #528A24
Complementary color
Monochromatic Colors of #528A24
Black with #528A24
Text Example
Text Example
White with #528A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A24; }
p { color: rgb(82,138,36); }
H1.HeaderClassName
{
color: #528A24;
}
.AnyTagClassName
{
color: #528A24;
}
</style>
background-color css
<style>
a { background-color: #528A24; }
a { background-color: rgb(82,138,36); }
div.DivClassName
{
background-color: #528A24;
}
.BgClassName
{
background-color: #528A24;
}
</style>
border-color css
<style>
span { border-color: #528A24; }
span { border-color: rgb(82,138,36); }
td.TdClassName
{
border-color: #528A24;
}
.TagClassName
{
border-color: #528A24;
}
</style>