Shades of La Palma #41A11A
Tints of La Palma #41A11A
RGB
CMYK
RGB Variations
Color information
#41A11A (or 0x41A11A) is known color: La Palma. HEX triplet: 41, A1 and 1A. RGB value is (65,161,26). Sum of RGB (Red+Green+Blue) = 65+161+26=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 161 (63.28% from 255 or 63.89% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 161 - color contains mainly: green. Hex color #41A11A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A11A is #BE5EE5. Grayscale: #757575. Windows color (decimal): -12476134 or 1745217. OLE color: 1745217.
HSL color Cylindrical-coordinate representation of color #41A11A: hue angle of 102.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41A11A is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 161 | 26 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.37 |
| HSL | 102.67º | 0.72% | 0.37% | - |
| HSV(B) | 102.67º | 0.84% | 0.63% | - |
| XYZ | 15.11 | 26.69 | 5.33 | - |
| YUV | 116.91 | 76.7 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 161 | 26 | 0.60 | 0 | 0.84 | 0.37 | 102.67 | 0.72 | 0.37 |
| Hex | 41 | A1 | 1A | 3C | 0 | 54 | 25 | 67 | 48 | 25 |
| Octal | 101 | 241 | 32 | 74 | 0 | 124 | 45 | 147 | 110 | 45 |
| Binary | 1000001 | 10100001 | 11010 | 111100 | 0 | 1010100 | 100101 | 1100111 | 1001000 | 100101 |
Color Harmonies of #41A11A
Complementary color
Monochromatic Colors of #41A11A
Black with #41A11A
Text Example
Text Example
White with #41A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A11A; }
p { color: rgb(65,161,26); }
H1.HeaderClassName
{
color: #41A11A;
}
.AnyTagClassName
{
color: #41A11A;
}
</style>
background-color css
<style>
a { background-color: #41A11A; }
a { background-color: rgb(65,161,26); }
div.DivClassName
{
background-color: #41A11A;
}
.BgClassName
{
background-color: #41A11A;
}
</style>
border-color css
<style>
span { border-color: #41A11A; }
span { border-color: rgb(65,161,26); }
td.TdClassName
{
border-color: #41A11A;
}
.TagClassName
{
border-color: #41A11A;
}
</style>