Shades of Vida Loca #528D19
Tints of Vida Loca #528D19
RGB
CMYK
RGB Variations
Color information
#528D19 (or 0x528D19) is known color: Vida Loca. HEX triplet: 52, 8D and 19. RGB value is (82,141,25). Sum of RGB (Red+Green+Blue) = 82+141+25=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #528D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528D19 is #AD72E6. Grayscale: #6E6E6E. Windows color (decimal): -11367143 or 1674578. OLE color: 1674578.
HSL color Cylindrical-coordinate representation of color #528D19: hue angle of 90.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #528D19 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 25 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.45 |
| HSL | 90.52º | 0.7% | 0.33% | - |
| HSV(B) | 90.52º | 0.82% | 0.55% | - |
| XYZ | 13.18 | 20.91 | 4.26 | - |
| YUV | 110.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 25 | 0.42 | 0 | 0.82 | 0.45 | 90.52 | 0.7 | 0.33 |
| Hex | 52 | 8D | 19 | 2A | 0 | 52 | 2D | 5B | 46 | 21 |
| Octal | 122 | 215 | 31 | 52 | 0 | 122 | 55 | 133 | 106 | 41 |
| Binary | 1010010 | 10001101 | 11001 | 101010 | 0 | 1010010 | 101101 | 1011011 | 1000110 | 100001 |
Color Harmonies of #528D19
Complementary color
Monochromatic Colors of #528D19
Black with #528D19
Text Example
Text Example
White with #528D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D19; }
p { color: rgb(82,141,25); }
H1.HeaderClassName
{
color: #528D19;
}
.AnyTagClassName
{
color: #528D19;
}
</style>
background-color css
<style>
a { background-color: #528D19; }
a { background-color: rgb(82,141,25); }
div.DivClassName
{
background-color: #528D19;
}
.BgClassName
{
background-color: #528D19;
}
</style>
border-color css
<style>
span { border-color: #528D19; }
span { border-color: rgb(82,141,25); }
td.TdClassName
{
border-color: #528D19;
}
.TagClassName
{
border-color: #528D19;
}
</style>