Shades of La Palma #409A28
Tints of La Palma #409A28
RGB
CMYK
RGB Variations
Color information
#409A28 (or 0x409A28) is known color: La Palma. HEX triplet: 40, 9A and 28. RGB value is (64,154,40). Sum of RGB (Red+Green+Blue) = 64+154+40=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 154 (60.55% from 255 or 59.69% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 154 - color contains mainly: green. Hex color #409A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409A28 is #BF65D7. Grayscale: #727272. Windows color (decimal): -12543448 or 2660928. OLE color: 2660928.
HSL color Cylindrical-coordinate representation of color #409A28: hue angle of 107.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #409A28 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 40 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.40 |
| HSL | 107.37º | 0.59% | 0.38% | - |
| HSV(B) | 107.37º | 0.74% | 0.6% | - |
| XYZ | 14.05 | 24.35 | 5.97 | - |
| YUV | 114.09 | 86.18 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 40 | 0.58 | 0 | 0.74 | 0.40 | 107.37 | 0.59 | 0.38 |
| Hex | 40 | 9A | 28 | 3A | 0 | 4A | 28 | 6B | 3B | 26 |
| Octal | 100 | 232 | 50 | 72 | 0 | 112 | 50 | 153 | 73 | 46 |
| Binary | 1000000 | 10011010 | 101000 | 111010 | 0 | 1001010 | 101000 | 1101011 | 111011 | 100110 |
Color Harmonies of #409A28
Complementary color
Monochromatic Colors of #409A28
Black with #409A28
Text Example
Text Example
White with #409A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A28; }
p { color: rgb(64,154,40); }
H1.HeaderClassName
{
color: #409A28;
}
.AnyTagClassName
{
color: #409A28;
}
</style>
background-color css
<style>
a { background-color: #409A28; }
a { background-color: rgb(64,154,40); }
div.DivClassName
{
background-color: #409A28;
}
.BgClassName
{
background-color: #409A28;
}
</style>
border-color css
<style>
span { border-color: #409A28; }
span { border-color: rgb(64,154,40); }
td.TdClassName
{
border-color: #409A28;
}
.TagClassName
{
border-color: #409A28;
}
</style>