Shades of La Palma #409332
Tints of La Palma #409332
RGB
CMYK
RGB Variations
Color information
#409332 (or 0x409332) is known color: La Palma. HEX triplet: 40, 93 and 32. RGB value is (64,147,50). Sum of RGB (Red+Green+Blue) = 64+147+50=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #409332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409332 is #BF6CCD. Grayscale: #6F6F6F. Windows color (decimal): -12545230 or 3314496. OLE color: 3314496.
HSL color Cylindrical-coordinate representation of color #409332: hue angle of 111.34º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409332 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 50 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.42 |
| HSL | 111.34º | 0.49% | 0.39% | - |
| HSV(B) | 111.34º | 0.66% | 0.58% | - |
| XYZ | 13.12 | 22.19 | 6.61 | - |
| YUV | 111.13 | 93.5 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 50 | 0.56 | 0 | 0.66 | 0.42 | 111.34 | 0.49 | 0.39 |
| Hex | 40 | 93 | 32 | 38 | 0 | 42 | 2A | 6F | 31 | 27 |
| Octal | 100 | 223 | 62 | 70 | 0 | 102 | 52 | 157 | 61 | 47 |
| Binary | 1000000 | 10010011 | 110010 | 111000 | 0 | 1000010 | 101010 | 1101111 | 110001 | 100111 |
Color Harmonies of #409332
Complementary color
Monochromatic Colors of #409332
Black with #409332
Text Example
Text Example
White with #409332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409332; }
p { color: rgb(64,147,50); }
H1.HeaderClassName
{
color: #409332;
}
.AnyTagClassName
{
color: #409332;
}
</style>
background-color css
<style>
a { background-color: #409332; }
a { background-color: rgb(64,147,50); }
div.DivClassName
{
background-color: #409332;
}
.BgClassName
{
background-color: #409332;
}
</style>
border-color css
<style>
span { border-color: #409332; }
span { border-color: rgb(64,147,50); }
td.TdClassName
{
border-color: #409332;
}
.TagClassName
{
border-color: #409332;
}
</style>