Shades of La Palma #409500
Tints of La Palma #409500
RGB
CMYK
RGB Variations
Color information
#409500 (or 0x409500) is known color: La Palma. HEX triplet: 40, 95 and 00. RGB value is (64,149,0). Sum of RGB (Red+Green+Blue) = 64+149+0=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #409500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409500 is #BF6AFF. Grayscale: #6B6B6B. Windows color (decimal): -12544768 or 38208. OLE color: 38208.
HSL color Cylindrical-coordinate representation of color #409500: hue angle of 94.23º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #409500 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.42 |
| HSL | 94.23º | 1% | 0.29% | - |
| HSV(B) | 94.23º | 1% | 0.58% | - |
| XYZ | 12.86 | 22.58 | 3.68 | - |
| YUV | 106.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 0 | 0.57 | 0 | 1 | 0.42 | 94.23 | 1 | 0.29 |
| Hex | 40 | 95 | 0 | 39 | 0 | 64 | 2A | 5E | 64 | 1D |
| Octal | 100 | 225 | 0 | 71 | 0 | 144 | 52 | 136 | 144 | 35 |
| Binary | 1000000 | 10010101 | 0 | 111001 | 0 | 1100100 | 101010 | 1011110 | 1100100 | 11101 |
Color Harmonies of #409500
Complementary color
Monochromatic Colors of #409500
Black with #409500
Text Example
Text Example
White with #409500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409500; }
p { color: rgb(64,149,0); }
H1.HeaderClassName
{
color: #409500;
}
.AnyTagClassName
{
color: #409500;
}
</style>
background-color css
<style>
a { background-color: #409500; }
a { background-color: rgb(64,149,0); }
div.DivClassName
{
background-color: #409500;
}
.BgClassName
{
background-color: #409500;
}
</style>
border-color css
<style>
span { border-color: #409500; }
span { border-color: rgb(64,149,0); }
td.TdClassName
{
border-color: #409500;
}
.TagClassName
{
border-color: #409500;
}
</style>