Shades of La Palma #41912E
Tints of La Palma #41912E
RGB
CMYK
RGB Variations
Color information
#41912E (or 0x41912E) is known color: La Palma. HEX triplet: 41, 91 and 2E. RGB value is (65,145,46). Sum of RGB (Red+Green+Blue) = 65+145+46=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #41912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41912E is #BE6ED1. Grayscale: #6E6E6E. Windows color (decimal): -12480210 or 3051841. OLE color: 3051841.
HSL color Cylindrical-coordinate representation of color #41912E: hue angle of 108.48º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41912E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 46 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.43 |
| HSL | 108.48º | 0.52% | 0.37% | - |
| HSV(B) | 108.48º | 0.68% | 0.57% | - |
| XYZ | 12.8 | 21.57 | 6.07 | - |
| YUV | 109.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 46 | 0.55 | 0 | 0.68 | 0.43 | 108.48 | 0.52 | 0.37 |
| Hex | 41 | 91 | 2E | 37 | 0 | 44 | 2B | 6C | 34 | 25 |
| Octal | 101 | 221 | 56 | 67 | 0 | 104 | 53 | 154 | 64 | 45 |
| Binary | 1000001 | 10010001 | 101110 | 110111 | 0 | 1000100 | 101011 | 1101100 | 110100 | 100101 |
Color Harmonies of #41912E
Complementary color
Monochromatic Colors of #41912E
Black with #41912E
Text Example
Text Example
White with #41912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41912E; }
p { color: rgb(65,145,46); }
H1.HeaderClassName
{
color: #41912E;
}
.AnyTagClassName
{
color: #41912E;
}
</style>
background-color css
<style>
a { background-color: #41912E; }
a { background-color: rgb(65,145,46); }
div.DivClassName
{
background-color: #41912E;
}
.BgClassName
{
background-color: #41912E;
}
</style>
border-color css
<style>
span { border-color: #41912E; }
span { border-color: rgb(65,145,46); }
td.TdClassName
{
border-color: #41912E;
}
.TagClassName
{
border-color: #41912E;
}
</style>