Shades of La Palma #419E32
Tints of La Palma #419E32
RGB
CMYK
RGB Variations
Color information
#419E32 (or 0x419E32) is known color: La Palma. HEX triplet: 41, 9E and 32. RGB value is (65,158,50). Sum of RGB (Red+Green+Blue) = 65+158+50=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #419E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419E32 is #BE61CD. Grayscale: #767676. Windows color (decimal): -12476878 or 3317313. OLE color: 3317313.
HSL color Cylindrical-coordinate representation of color #419E32: hue angle of 111.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419E32 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 158 | 50 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.38 |
| HSL | 111.67º | 0.52% | 0.41% | - |
| HSV(B) | 111.67º | 0.68% | 0.62% | - |
| XYZ | 14.98 | 25.81 | 7.21 | - |
| YUV | 117.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 50 | 0.59 | 0 | 0.68 | 0.38 | 111.67 | 0.52 | 0.41 |
| Hex | 41 | 9E | 32 | 3B | 0 | 44 | 26 | 70 | 34 | 29 |
| Octal | 101 | 236 | 62 | 73 | 0 | 104 | 46 | 160 | 64 | 51 |
| Binary | 1000001 | 10011110 | 110010 | 111011 | 0 | 1000100 | 100110 | 1110000 | 110100 | 101001 |
Color Harmonies of #419E32
Complementary color
Monochromatic Colors of #419E32
Black with #419E32
Text Example
Text Example
White with #419E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419E32; }
p { color: rgb(65,158,50); }
H1.HeaderClassName
{
color: #419E32;
}
.AnyTagClassName
{
color: #419E32;
}
</style>
background-color css
<style>
a { background-color: #419E32; }
a { background-color: rgb(65,158,50); }
div.DivClassName
{
background-color: #419E32;
}
.BgClassName
{
background-color: #419E32;
}
</style>
border-color css
<style>
span { border-color: #419E32; }
span { border-color: rgb(65,158,50); }
td.TdClassName
{
border-color: #419E32;
}
.TagClassName
{
border-color: #419E32;
}
</style>