Shades of La Palma #419E35
Tints of La Palma #419E35
RGB
CMYK
RGB Variations
Color information
#419E35 (or 0x419E35) is known color: La Palma. HEX triplet: 41, 9E and 35. RGB value is (65,158,53). Sum of RGB (Red+Green+Blue) = 65+158+53=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #419E35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419E35 is #BE61CA. Grayscale: #767676. Windows color (decimal): -12476875 or 3513921. OLE color: 3513921.
HSL color Cylindrical-coordinate representation of color #419E35: hue angle of 113.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419E35 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 158 | 53 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.38 |
| HSL | 113.14º | 0.5% | 0.41% | - |
| HSV(B) | 113.14º | 0.66% | 0.62% | - |
| XYZ | 15.05 | 25.83 | 7.56 | - |
| YUV | 118.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 53 | 0.59 | 0 | 0.66 | 0.38 | 113.14 | 0.5 | 0.41 |
| Hex | 41 | 9E | 35 | 3B | 0 | 42 | 26 | 71 | 32 | 29 |
| Octal | 101 | 236 | 65 | 73 | 0 | 102 | 46 | 161 | 62 | 51 |
| Binary | 1000001 | 10011110 | 110101 | 111011 | 0 | 1000010 | 100110 | 1110001 | 110010 | 101001 |
Color Harmonies of #419E35
Complementary color
Monochromatic Colors of #419E35
Black with #419E35
Text Example
Text Example
White with #419E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419E35; }
p { color: rgb(65,158,53); }
H1.HeaderClassName
{
color: #419E35;
}
.AnyTagClassName
{
color: #419E35;
}
</style>
background-color css
<style>
a { background-color: #419E35; }
a { background-color: rgb(65,158,53); }
div.DivClassName
{
background-color: #419E35;
}
.BgClassName
{
background-color: #419E35;
}
</style>
border-color css
<style>
span { border-color: #419E35; }
span { border-color: rgb(65,158,53); }
td.TdClassName
{
border-color: #419E35;
}
.TagClassName
{
border-color: #419E35;
}
</style>