Shades of La Palma #419D36
Tints of La Palma #419D36
RGB
CMYK
RGB Variations
Color information
#419D36 (or 0x419D36) is known color: La Palma. HEX triplet: 41, 9D and 36. RGB value is (65,157,54). Sum of RGB (Red+Green+Blue) = 65+157+54=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #419D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419D36 is #BE62C9. Grayscale: #767676. Windows color (decimal): -12477130 or 3579201. OLE color: 3579201.
HSL color Cylindrical-coordinate representation of color #419D36: hue angle of 113.59º degrees, saturation: 0.49, 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 #419D36 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 157 | 54 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.38 |
| HSL | 113.59º | 0.49% | 0.41% | - |
| HSV(B) | 113.59º | 0.66% | 0.62% | - |
| XYZ | 14.9 | 25.5 | 7.63 | - |
| YUV | 117.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 54 | 0.59 | 0 | 0.66 | 0.38 | 113.59 | 0.49 | 0.41 |
| Hex | 41 | 9D | 36 | 3B | 0 | 42 | 26 | 72 | 31 | 29 |
| Octal | 101 | 235 | 66 | 73 | 0 | 102 | 46 | 162 | 61 | 51 |
| Binary | 1000001 | 10011101 | 110110 | 111011 | 0 | 1000010 | 100110 | 1110010 | 110001 | 101001 |
Color Harmonies of #419D36
Complementary color
Monochromatic Colors of #419D36
Black with #419D36
Text Example
Text Example
White with #419D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419D36; }
p { color: rgb(65,157,54); }
H1.HeaderClassName
{
color: #419D36;
}
.AnyTagClassName
{
color: #419D36;
}
</style>
background-color css
<style>
a { background-color: #419D36; }
a { background-color: rgb(65,157,54); }
div.DivClassName
{
background-color: #419D36;
}
.BgClassName
{
background-color: #419D36;
}
</style>
border-color css
<style>
span { border-color: #419D36; }
span { border-color: rgb(65,157,54); }
td.TdClassName
{
border-color: #419D36;
}
.TagClassName
{
border-color: #419D36;
}
</style>