Shades of La Palma #409828
Tints of La Palma #409828
RGB
CMYK
RGB Variations
Color information
#409828 (or 0x409828) is known color: La Palma. HEX triplet: 40, 98 and 28. RGB value is (64,152,40). Sum of RGB (Red+Green+Blue) = 64+152+40=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #409828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409828 is #BF67D7. Grayscale: #717171. Windows color (decimal): -12543960 or 2660416. OLE color: 2660416.
HSL color Cylindrical-coordinate representation of color #409828: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409828 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 40 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.40 |
| HSL | 107.14º | 0.58% | 0.38% | - |
| HSV(B) | 107.14º | 0.74% | 0.6% | - |
| XYZ | 13.73 | 23.7 | 5.86 | - |
| YUV | 112.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 40 | 0.58 | 0 | 0.74 | 0.40 | 107.14 | 0.58 | 0.38 |
| Hex | 40 | 98 | 28 | 3A | 0 | 4A | 28 | 6B | 3A | 26 |
| Octal | 100 | 230 | 50 | 72 | 0 | 112 | 50 | 153 | 72 | 46 |
| Binary | 1000000 | 10011000 | 101000 | 111010 | 0 | 1001010 | 101000 | 1101011 | 111010 | 100110 |
Color Harmonies of #409828
Complementary color
Monochromatic Colors of #409828
Black with #409828
Text Example
Text Example
White with #409828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409828; }
p { color: rgb(64,152,40); }
H1.HeaderClassName
{
color: #409828;
}
.AnyTagClassName
{
color: #409828;
}
</style>
background-color css
<style>
a { background-color: #409828; }
a { background-color: rgb(64,152,40); }
div.DivClassName
{
background-color: #409828;
}
.BgClassName
{
background-color: #409828;
}
</style>
border-color css
<style>
span { border-color: #409828; }
span { border-color: rgb(64,152,40); }
td.TdClassName
{
border-color: #409828;
}
.TagClassName
{
border-color: #409828;
}
</style>