Shades of La Palma #408D07
Tints of La Palma #408D07
RGB
CMYK
RGB Variations
Color information
#408D07 (or 0x408D07) is known color: La Palma. HEX triplet: 40, 8D and 07. RGB value is (64,141,7). Sum of RGB (Red+Green+Blue) = 64+141+7=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #408D07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408D07 is #BF72F8. Grayscale: #676767. Windows color (decimal): -12546809 or 494912. OLE color: 494912.
HSL color Cylindrical-coordinate representation of color #408D07: hue angle of 94.48º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #408D07 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 7 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.45 |
| HSL | 94.48º | 0.91% | 0.29% | - |
| HSV(B) | 94.48º | 0.95% | 0.55% | - |
| XYZ | 11.68 | 20.16 | 3.48 | - |
| YUV | 102.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 7 | 0.55 | 0 | 0.95 | 0.45 | 94.48 | 0.91 | 0.29 |
| Hex | 40 | 8D | 7 | 37 | 0 | 5F | 2D | 5E | 5B | 1D |
| Octal | 100 | 215 | 7 | 67 | 0 | 137 | 55 | 136 | 133 | 35 |
| Binary | 1000000 | 10001101 | 111 | 110111 | 0 | 1011111 | 101101 | 1011110 | 1011011 | 11101 |
Color Harmonies of #408D07
Complementary color
Monochromatic Colors of #408D07
Black with #408D07
Text Example
Text Example
White with #408D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D07; }
p { color: rgb(64,141,7); }
H1.HeaderClassName
{
color: #408D07;
}
.AnyTagClassName
{
color: #408D07;
}
</style>
background-color css
<style>
a { background-color: #408D07; }
a { background-color: rgb(64,141,7); }
div.DivClassName
{
background-color: #408D07;
}
.BgClassName
{
background-color: #408D07;
}
</style>
border-color css
<style>
span { border-color: #408D07; }
span { border-color: rgb(64,141,7); }
td.TdClassName
{
border-color: #408D07;
}
.TagClassName
{
border-color: #408D07;
}
</style>