Shades of La Palma #409234
Tints of La Palma #409234
RGB
CMYK
RGB Variations
Color information
#409234 (or 0x409234) is known color: La Palma. HEX triplet: 40, 92 and 34. RGB value is (64,146,52). Sum of RGB (Red+Green+Blue) = 64+146+52=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #409234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409234 is #BF6DCB. Grayscale: #6F6F6F. Windows color (decimal): -12545484 or 3445312. OLE color: 3445312.
HSL color Cylindrical-coordinate representation of color #409234: hue angle of 112.34º 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 #409234 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 52 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.43 |
| HSL | 112.34º | 0.47% | 0.39% | - |
| HSV(B) | 112.34º | 0.64% | 0.57% | - |
| XYZ | 13.01 | 21.9 | 6.79 | - |
| YUV | 110.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 52 | 0.56 | 0 | 0.64 | 0.43 | 112.34 | 0.47 | 0.39 |
| Hex | 40 | 92 | 34 | 38 | 0 | 40 | 2B | 70 | 2F | 27 |
| Octal | 100 | 222 | 64 | 70 | 0 | 100 | 53 | 160 | 57 | 47 |
| Binary | 1000000 | 10010010 | 110100 | 111000 | 0 | 1000000 | 101011 | 1110000 | 101111 | 100111 |
Color Harmonies of #409234
Complementary color
Monochromatic Colors of #409234
Black with #409234
Text Example
Text Example
White with #409234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409234; }
p { color: rgb(64,146,52); }
H1.HeaderClassName
{
color: #409234;
}
.AnyTagClassName
{
color: #409234;
}
</style>
background-color css
<style>
a { background-color: #409234; }
a { background-color: rgb(64,146,52); }
div.DivClassName
{
background-color: #409234;
}
.BgClassName
{
background-color: #409234;
}
</style>
border-color css
<style>
span { border-color: #409234; }
span { border-color: rgb(64,146,52); }
td.TdClassName
{
border-color: #409234;
}
.TagClassName
{
border-color: #409234;
}
</style>