Shades of La Palma #419D2E
Tints of La Palma #419D2E
RGB
CMYK
RGB Variations
Color information
#419D2E (or 0x419D2E) is known color: La Palma. HEX triplet: 41, 9D and 2E. RGB value is (65,157,46). Sum of RGB (Red+Green+Blue) = 65+157+46=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #419D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419D2E is #BE62D1. Grayscale: #757575. Windows color (decimal): -12477138 or 3054913. OLE color: 3054913.
HSL color Cylindrical-coordinate representation of color #419D2E: hue angle of 109.73º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #419D2E is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 157 | 46 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.38 |
| HSL | 109.73º | 0.55% | 0.4% | - |
| HSV(B) | 109.73º | 0.71% | 0.62% | - |
| XYZ | 14.73 | 25.44 | 6.72 | - |
| YUV | 116.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 46 | 0.59 | 0 | 0.71 | 0.38 | 109.73 | 0.55 | 0.4 |
| Hex | 41 | 9D | 2E | 3B | 0 | 47 | 26 | 6E | 37 | 28 |
| Octal | 101 | 235 | 56 | 73 | 0 | 107 | 46 | 156 | 67 | 50 |
| Binary | 1000001 | 10011101 | 101110 | 111011 | 0 | 1000111 | 100110 | 1101110 | 110111 | 101000 |
Color Harmonies of #419D2E
Complementary color
Monochromatic Colors of #419D2E
Black with #419D2E
Text Example
Text Example
White with #419D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419D2E; }
p { color: rgb(65,157,46); }
H1.HeaderClassName
{
color: #419D2E;
}
.AnyTagClassName
{
color: #419D2E;
}
</style>
background-color css
<style>
a { background-color: #419D2E; }
a { background-color: rgb(65,157,46); }
div.DivClassName
{
background-color: #419D2E;
}
.BgClassName
{
background-color: #419D2E;
}
</style>
border-color css
<style>
span { border-color: #419D2E; }
span { border-color: rgb(65,157,46); }
td.TdClassName
{
border-color: #419D2E;
}
.TagClassName
{
border-color: #419D2E;
}
</style>