Shades of La Palma #409808
Tints of La Palma #409808
RGB
CMYK
RGB Variations
Color information
#409808 (or 0x409808) is known color: La Palma. HEX triplet: 40, 98 and 08. RGB value is (64,152,8). Sum of RGB (Red+Green+Blue) = 64+152+8=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #409808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409808 is #BF67F7. Grayscale: #6D6D6D. Windows color (decimal): -12543992 or 563264. OLE color: 563264.
HSL color Cylindrical-coordinate representation of color #409808: hue angle of 96.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #409808 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 8 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.40 |
| HSL | 96.67º | 0.9% | 0.31% | - |
| HSV(B) | 96.67º | 0.95% | 0.6% | - |
| XYZ | 13.39 | 23.56 | 4.07 | - |
| YUV | 109.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 8 | 0.58 | 0 | 0.95 | 0.40 | 96.67 | 0.9 | 0.31 |
| Hex | 40 | 98 | 8 | 3A | 0 | 5F | 28 | 61 | 5A | 1F |
| Octal | 100 | 230 | 10 | 72 | 0 | 137 | 50 | 141 | 132 | 37 |
| Binary | 1000000 | 10011000 | 1000 | 111010 | 0 | 1011111 | 101000 | 1100001 | 1011010 | 11111 |
Color Harmonies of #409808
Complementary color
Monochromatic Colors of #409808
Black with #409808
Text Example
Text Example
White with #409808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409808; }
p { color: rgb(64,152,8); }
H1.HeaderClassName
{
color: #409808;
}
.AnyTagClassName
{
color: #409808;
}
</style>
background-color css
<style>
a { background-color: #409808; }
a { background-color: rgb(64,152,8); }
div.DivClassName
{
background-color: #409808;
}
.BgClassName
{
background-color: #409808;
}
</style>
border-color css
<style>
span { border-color: #409808; }
span { border-color: rgb(64,152,8); }
td.TdClassName
{
border-color: #409808;
}
.TagClassName
{
border-color: #409808;
}
</style>