Shades of Vida Loca #528C19
Tints of Vida Loca #528C19
RGB
CMYK
RGB Variations
Color information
#528C19 (or 0x528C19) is known color: Vida Loca. HEX triplet: 52, 8C and 19. RGB value is (82,140,25). Sum of RGB (Red+Green+Blue) = 82+140+25=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #528C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528C19 is #AD73E6. Grayscale: #6D6D6D. Windows color (decimal): -11367399 or 1674322. OLE color: 1674322.
HSL color Cylindrical-coordinate representation of color #528C19: hue angle of 90.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #528C19 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 25 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.45 |
| HSL | 90.26º | 0.7% | 0.32% | - |
| HSV(B) | 90.26º | 0.82% | 0.55% | - |
| XYZ | 13.03 | 20.62 | 4.21 | - |
| YUV | 109.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 25 | 0.41 | 0 | 0.82 | 0.45 | 90.26 | 0.7 | 0.32 |
| Hex | 52 | 8C | 19 | 29 | 0 | 52 | 2D | 5A | 46 | 20 |
| Octal | 122 | 214 | 31 | 51 | 0 | 122 | 55 | 132 | 106 | 40 |
| Binary | 1010010 | 10001100 | 11001 | 101001 | 0 | 1010010 | 101101 | 1011010 | 1000110 | 100000 |
Color Harmonies of #528C19
Complementary color
Monochromatic Colors of #528C19
Black with #528C19
Text Example
Text Example
White with #528C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C19; }
p { color: rgb(82,140,25); }
H1.HeaderClassName
{
color: #528C19;
}
.AnyTagClassName
{
color: #528C19;
}
</style>
background-color css
<style>
a { background-color: #528C19; }
a { background-color: rgb(82,140,25); }
div.DivClassName
{
background-color: #528C19;
}
.BgClassName
{
background-color: #528C19;
}
</style>
border-color css
<style>
span { border-color: #528C19; }
span { border-color: rgb(82,140,25); }
td.TdClassName
{
border-color: #528C19;
}
.TagClassName
{
border-color: #528C19;
}
</style>