Shades of La Palma #41A127
Tints of La Palma #41A127
RGB
CMYK
RGB Variations
Color information
#41A127 (or 0x41A127) is known color: La Palma. HEX triplet: 41, A1 and 27. RGB value is (65,161,39). Sum of RGB (Red+Green+Blue) = 65+161+39=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #41A127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A127 is #BE5ED8. Grayscale: #767676. Windows color (decimal): -12476121 or 2597185. OLE color: 2597185.
HSL color Cylindrical-coordinate representation of color #41A127: hue angle of 107.21º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41A127 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 161 | 39 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.37 |
| HSL | 107.21º | 0.61% | 0.39% | - |
| HSV(B) | 107.21º | 0.76% | 0.63% | - |
| XYZ | 15.29 | 26.76 | 6.28 | - |
| YUV | 118.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 161 | 39 | 0.60 | 0 | 0.76 | 0.37 | 107.21 | 0.61 | 0.39 |
| Hex | 41 | A1 | 27 | 3C | 0 | 4C | 25 | 6B | 3D | 27 |
| Octal | 101 | 241 | 47 | 74 | 0 | 114 | 45 | 153 | 75 | 47 |
| Binary | 1000001 | 10100001 | 100111 | 111100 | 0 | 1001100 | 100101 | 1101011 | 111101 | 100111 |
Color Harmonies of #41A127
Complementary color
Monochromatic Colors of #41A127
Black with #41A127
Text Example
Text Example
White with #41A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A127; }
p { color: rgb(65,161,39); }
H1.HeaderClassName
{
color: #41A127;
}
.AnyTagClassName
{
color: #41A127;
}
</style>
background-color css
<style>
a { background-color: #41A127; }
a { background-color: rgb(65,161,39); }
div.DivClassName
{
background-color: #41A127;
}
.BgClassName
{
background-color: #41A127;
}
</style>
border-color css
<style>
span { border-color: #41A127; }
span { border-color: rgb(65,161,39); }
td.TdClassName
{
border-color: #41A127;
}
.TagClassName
{
border-color: #41A127;
}
</style>