Shades of La Palma #409525
Tints of La Palma #409525
RGB
CMYK
RGB Variations
Color information
#409525 (or 0x409525) is known color: La Palma. HEX triplet: 40, 95 and 25. RGB value is (64,149,37). Sum of RGB (Red+Green+Blue) = 64+149+37=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #409525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409525 is #BF6ADA. Grayscale: #6F6F6F. Windows color (decimal): -12544731 or 2463040. OLE color: 2463040.
HSL color Cylindrical-coordinate representation of color #409525: hue angle of 105.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #409525 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 37 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.42 |
| HSL | 105.54º | 0.6% | 0.36% | - |
| HSV(B) | 105.54º | 0.75% | 0.58% | - |
| XYZ | 13.2 | 22.72 | 5.44 | - |
| YUV | 110.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 37 | 0.57 | 0 | 0.75 | 0.42 | 105.54 | 0.6 | 0.36 |
| Hex | 40 | 95 | 25 | 39 | 0 | 4B | 2A | 6A | 3C | 24 |
| Octal | 100 | 225 | 45 | 71 | 0 | 113 | 52 | 152 | 74 | 44 |
| Binary | 1000000 | 10010101 | 100101 | 111001 | 0 | 1001011 | 101010 | 1101010 | 111100 | 100100 |
Color Harmonies of #409525
Complementary color
Monochromatic Colors of #409525
Black with #409525
Text Example
Text Example
White with #409525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409525; }
p { color: rgb(64,149,37); }
H1.HeaderClassName
{
color: #409525;
}
.AnyTagClassName
{
color: #409525;
}
</style>
background-color css
<style>
a { background-color: #409525; }
a { background-color: rgb(64,149,37); }
div.DivClassName
{
background-color: #409525;
}
.BgClassName
{
background-color: #409525;
}
</style>
border-color css
<style>
span { border-color: #409525; }
span { border-color: rgb(64,149,37); }
td.TdClassName
{
border-color: #409525;
}
.TagClassName
{
border-color: #409525;
}
</style>