Shades of Vida Loca #528A1A
Tints of Vida Loca #528A1A
RGB
CMYK
RGB Variations
Color information
#528A1A (or 0x528A1A) is known color: Vida Loca. HEX triplet: 52, 8A and 1A. RGB value is (82,138,26). Sum of RGB (Red+Green+Blue) = 82+138+26=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #528A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A1A is #AD75E5. Grayscale: #6C6C6C. Windows color (decimal): -11367910 or 1739346. OLE color: 1739346.
HSL color Cylindrical-coordinate representation of color #528A1A: hue angle of 90º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #528A1A is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 26 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.46 |
| HSL | 90º | 0.68% | 0.32% | - |
| HSV(B) | 90º | 0.81% | 0.54% | - |
| XYZ | 12.75 | 20.05 | 4.17 | - |
| YUV | 108.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 26 | 0.41 | 0 | 0.81 | 0.46 | 90 | 0.68 | 0.32 |
| Hex | 52 | 8A | 1A | 29 | 0 | 51 | 2E | 5A | 44 | 20 |
| Octal | 122 | 212 | 32 | 51 | 0 | 121 | 56 | 132 | 104 | 40 |
| Binary | 1010010 | 10001010 | 11010 | 101001 | 0 | 1010001 | 101110 | 1011010 | 1000100 | 100000 |
Color Harmonies of #528A1A
Complementary color
Monochromatic Colors of #528A1A
Black with #528A1A
Text Example
Text Example
White with #528A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A1A; }
p { color: rgb(82,138,26); }
H1.HeaderClassName
{
color: #528A1A;
}
.AnyTagClassName
{
color: #528A1A;
}
</style>
background-color css
<style>
a { background-color: #528A1A; }
a { background-color: rgb(82,138,26); }
div.DivClassName
{
background-color: #528A1A;
}
.BgClassName
{
background-color: #528A1A;
}
</style>
border-color css
<style>
span { border-color: #528A1A; }
span { border-color: rgb(82,138,26); }
td.TdClassName
{
border-color: #528A1A;
}
.TagClassName
{
border-color: #528A1A;
}
</style>