Shades of La Palma #408A23
Tints of La Palma #408A23
RGB
CMYK
RGB Variations
Color information
#408A23 (or 0x408A23) is known color: La Palma. HEX triplet: 40, 8A and 23. RGB value is (64,138,35). Sum of RGB (Red+Green+Blue) = 64+138+35=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #408A23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A23 is #BF75DC. Grayscale: #686868. Windows color (decimal): -12547549 or 2329152. OLE color: 2329152.
HSL color Cylindrical-coordinate representation of color #408A23: hue angle of 103.11º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408A23 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 35 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.46 |
| HSL | 103.11º | 0.6% | 0.34% | - |
| HSV(B) | 103.11º | 0.75% | 0.54% | - |
| XYZ | 11.51 | 19.39 | 4.73 | - |
| YUV | 104.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 35 | 0.54 | 0 | 0.75 | 0.46 | 103.11 | 0.6 | 0.34 |
| Hex | 40 | 8A | 23 | 36 | 0 | 4B | 2E | 67 | 3C | 22 |
| Octal | 100 | 212 | 43 | 66 | 0 | 113 | 56 | 147 | 74 | 42 |
| Binary | 1000000 | 10001010 | 100011 | 110110 | 0 | 1001011 | 101110 | 1100111 | 111100 | 100010 |
Color Harmonies of #408A23
Complementary color
Monochromatic Colors of #408A23
Black with #408A23
Text Example
Text Example
White with #408A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A23; }
p { color: rgb(64,138,35); }
H1.HeaderClassName
{
color: #408A23;
}
.AnyTagClassName
{
color: #408A23;
}
</style>
background-color css
<style>
a { background-color: #408A23; }
a { background-color: rgb(64,138,35); }
div.DivClassName
{
background-color: #408A23;
}
.BgClassName
{
background-color: #408A23;
}
</style>
border-color css
<style>
span { border-color: #408A23; }
span { border-color: rgb(64,138,35); }
td.TdClassName
{
border-color: #408A23;
}
.TagClassName
{
border-color: #408A23;
}
</style>