Shades of La Palma #529A37
Tints of La Palma #529A37
RGB
CMYK
RGB Variations
Color information
#529A37 (or 0x529A37) is known color: La Palma. HEX triplet: 52, 9A and 37. RGB value is (82,154,55). Sum of RGB (Red+Green+Blue) = 82+154+55=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #529A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A37 is #AD65C8. Grayscale: #797979. Windows color (decimal): -11363785 or 3643986. OLE color: 3643986.
HSL color Cylindrical-coordinate representation of color #529A37: hue angle of 103.64º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529A37 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 55 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.40 |
| HSL | 103.64º | 0.47% | 0.41% | - |
| HSV(B) | 103.64º | 0.64% | 0.6% | - |
| XYZ | 15.72 | 25.18 | 7.65 | - |
| YUV | 121.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 55 | 0.47 | 0 | 0.64 | 0.40 | 103.64 | 0.47 | 0.41 |
| Hex | 52 | 9A | 37 | 2F | 0 | 40 | 28 | 68 | 2F | 29 |
| Octal | 122 | 232 | 67 | 57 | 0 | 100 | 50 | 150 | 57 | 51 |
| Binary | 1010010 | 10011010 | 110111 | 101111 | 0 | 1000000 | 101000 | 1101000 | 101111 | 101001 |
Color Harmonies of #529A37
Complementary color
Monochromatic Colors of #529A37
Black with #529A37
Text Example
Text Example
White with #529A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A37; }
p { color: rgb(82,154,55); }
H1.HeaderClassName
{
color: #529A37;
}
.AnyTagClassName
{
color: #529A37;
}
</style>
background-color css
<style>
a { background-color: #529A37; }
a { background-color: rgb(82,154,55); }
div.DivClassName
{
background-color: #529A37;
}
.BgClassName
{
background-color: #529A37;
}
</style>
border-color css
<style>
span { border-color: #529A37; }
span { border-color: rgb(82,154,55); }
td.TdClassName
{
border-color: #529A37;
}
.TagClassName
{
border-color: #529A37;
}
</style>