Shades of La Palma #408C28
Tints of La Palma #408C28
RGB
CMYK
RGB Variations
Color information
#408C28 (or 0x408C28) is known color: La Palma. HEX triplet: 40, 8C and 28. RGB value is (64,140,40). Sum of RGB (Red+Green+Blue) = 64+140+40=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #408C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C28 is #BF73D7. Grayscale: #6A6A6A. Windows color (decimal): -12547032 or 2657344. OLE color: 2657344.
HSL color Cylindrical-coordinate representation of color #408C28: hue angle of 105.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408C28 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 40 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.45 |
| HSL | 105.6º | 0.56% | 0.35% | - |
| HSV(B) | 105.6º | 0.71% | 0.55% | - |
| XYZ | 11.88 | 20 | 5.24 | - |
| YUV | 105.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 40 | 0.54 | 0 | 0.71 | 0.45 | 105.6 | 0.56 | 0.35 |
| Hex | 40 | 8C | 28 | 36 | 0 | 47 | 2D | 6A | 38 | 23 |
| Octal | 100 | 214 | 50 | 66 | 0 | 107 | 55 | 152 | 70 | 43 |
| Binary | 1000000 | 10001100 | 101000 | 110110 | 0 | 1000111 | 101101 | 1101010 | 111000 | 100011 |
Color Harmonies of #408C28
Complementary color
Monochromatic Colors of #408C28
Black with #408C28
Text Example
Text Example
White with #408C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C28; }
p { color: rgb(64,140,40); }
H1.HeaderClassName
{
color: #408C28;
}
.AnyTagClassName
{
color: #408C28;
}
</style>
background-color css
<style>
a { background-color: #408C28; }
a { background-color: rgb(64,140,40); }
div.DivClassName
{
background-color: #408C28;
}
.BgClassName
{
background-color: #408C28;
}
</style>
border-color css
<style>
span { border-color: #408C28; }
span { border-color: rgb(64,140,40); }
td.TdClassName
{
border-color: #408C28;
}
.TagClassName
{
border-color: #408C28;
}
</style>