Shades of La Palma #409322
Tints of La Palma #409322
RGB
CMYK
RGB Variations
Color information
#409322 (or 0x409322) is known color: La Palma. HEX triplet: 40, 93 and 22. RGB value is (64,147,34). Sum of RGB (Red+Green+Blue) = 64+147+34=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #409322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409322 is #BF6CDD. Grayscale: #6D6D6D. Windows color (decimal): -12545246 or 2265920. OLE color: 2265920.
HSL color Cylindrical-coordinate representation of color #409322: hue angle of 104.07º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #409322 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 34 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.42 |
| HSL | 104.07º | 0.62% | 0.35% | - |
| HSV(B) | 104.07º | 0.77% | 0.58% | - |
| XYZ | 12.84 | 22.07 | 5.1 | - |
| YUV | 109.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 34 | 0.56 | 0 | 0.77 | 0.42 | 104.07 | 0.62 | 0.35 |
| Hex | 40 | 93 | 22 | 38 | 0 | 4D | 2A | 68 | 3E | 23 |
| Octal | 100 | 223 | 42 | 70 | 0 | 115 | 52 | 150 | 76 | 43 |
| Binary | 1000000 | 10010011 | 100010 | 111000 | 0 | 1001101 | 101010 | 1101000 | 111110 | 100011 |
Color Harmonies of #409322
Complementary color
Monochromatic Colors of #409322
Black with #409322
Text Example
Text Example
White with #409322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409322; }
p { color: rgb(64,147,34); }
H1.HeaderClassName
{
color: #409322;
}
.AnyTagClassName
{
color: #409322;
}
</style>
background-color css
<style>
a { background-color: #409322; }
a { background-color: rgb(64,147,34); }
div.DivClassName
{
background-color: #409322;
}
.BgClassName
{
background-color: #409322;
}
</style>
border-color css
<style>
span { border-color: #409322; }
span { border-color: rgb(64,147,34); }
td.TdClassName
{
border-color: #409322;
}
.TagClassName
{
border-color: #409322;
}
</style>