Shades of La Palma #409134
Tints of La Palma #409134
RGB
CMYK
RGB Variations
Color information
#409134 (or 0x409134) is known color: La Palma. HEX triplet: 40, 91 and 34. RGB value is (64,145,52). Sum of RGB (Red+Green+Blue) = 64+145+52=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #409134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409134 is #BF6ECB. Grayscale: #6E6E6E. Windows color (decimal): -12545740 or 3445056. OLE color: 3445056.
HSL color Cylindrical-coordinate representation of color #409134: hue angle of 112.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409134 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 52 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.43 |
| HSL | 112.26º | 0.47% | 0.39% | - |
| HSV(B) | 112.26º | 0.64% | 0.57% | - |
| XYZ | 12.86 | 21.59 | 6.74 | - |
| YUV | 110.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 52 | 0.56 | 0 | 0.64 | 0.43 | 112.26 | 0.47 | 0.39 |
| Hex | 40 | 91 | 34 | 38 | 0 | 40 | 2B | 70 | 2F | 27 |
| Octal | 100 | 221 | 64 | 70 | 0 | 100 | 53 | 160 | 57 | 47 |
| Binary | 1000000 | 10010001 | 110100 | 111000 | 0 | 1000000 | 101011 | 1110000 | 101111 | 100111 |
Color Harmonies of #409134
Complementary color
Monochromatic Colors of #409134
Black with #409134
Text Example
Text Example
White with #409134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409134; }
p { color: rgb(64,145,52); }
H1.HeaderClassName
{
color: #409134;
}
.AnyTagClassName
{
color: #409134;
}
</style>
background-color css
<style>
a { background-color: #409134; }
a { background-color: rgb(64,145,52); }
div.DivClassName
{
background-color: #409134;
}
.BgClassName
{
background-color: #409134;
}
</style>
border-color css
<style>
span { border-color: #409134; }
span { border-color: rgb(64,145,52); }
td.TdClassName
{
border-color: #409134;
}
.TagClassName
{
border-color: #409134;
}
</style>