Shades of La Palma #408A24
Tints of La Palma #408A24
RGB
CMYK
RGB Variations
Color information
#408A24 (or 0x408A24) is known color: La Palma. HEX triplet: 40, 8A and 24. RGB value is (64,138,36). Sum of RGB (Red+Green+Blue) = 64+138+36=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #408A24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A24 is #BF75DB. Grayscale: #686868. Windows color (decimal): -12547548 or 2394688. OLE color: 2394688.
HSL color Cylindrical-coordinate representation of color #408A24: hue angle of 103.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408A24 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 36 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.46 |
| HSL | 103.53º | 0.59% | 0.34% | - |
| HSV(B) | 103.53º | 0.74% | 0.54% | - |
| XYZ | 11.52 | 19.39 | 4.81 | - |
| YUV | 104.25 | 89.48 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 36 | 0.54 | 0 | 0.74 | 0.46 | 103.53 | 0.59 | 0.34 |
| Hex | 40 | 8A | 24 | 36 | 0 | 4A | 2E | 68 | 3B | 22 |
| Octal | 100 | 212 | 44 | 66 | 0 | 112 | 56 | 150 | 73 | 42 |
| Binary | 1000000 | 10001010 | 100100 | 110110 | 0 | 1001010 | 101110 | 1101000 | 111011 | 100010 |
Color Harmonies of #408A24
Complementary color
Monochromatic Colors of #408A24
Black with #408A24
Text Example
Text Example
White with #408A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A24; }
p { color: rgb(64,138,36); }
H1.HeaderClassName
{
color: #408A24;
}
.AnyTagClassName
{
color: #408A24;
}
</style>
background-color css
<style>
a { background-color: #408A24; }
a { background-color: rgb(64,138,36); }
div.DivClassName
{
background-color: #408A24;
}
.BgClassName
{
background-color: #408A24;
}
</style>
border-color css
<style>
span { border-color: #408A24; }
span { border-color: rgb(64,138,36); }
td.TdClassName
{
border-color: #408A24;
}
.TagClassName
{
border-color: #408A24;
}
</style>