Shades of La Palma #41A135
Tints of La Palma #41A135
RGB
CMYK
RGB Variations
Color information
#41A135 (or 0x41A135) is known color: La Palma. HEX triplet: 41, A1 and 35. RGB value is (65,161,53). Sum of RGB (Red+Green+Blue) = 65+161+53=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #41A135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A135 is #BE5ECA. Grayscale: #787878. Windows color (decimal): -12476107 or 3514689. OLE color: 3514689.
HSL color Cylindrical-coordinate representation of color #41A135: hue angle of 113.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41A135 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 161 | 53 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.37 |
| HSL | 113.33º | 0.5% | 0.42% | - |
| HSV(B) | 113.33º | 0.67% | 0.63% | - |
| XYZ | 15.57 | 26.87 | 7.73 | - |
| YUV | 119.98 | 90.2 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 161 | 53 | 0.60 | 0 | 0.67 | 0.37 | 113.33 | 0.5 | 0.42 |
| Hex | 41 | A1 | 35 | 3C | 0 | 43 | 25 | 71 | 32 | 2A |
| Octal | 101 | 241 | 65 | 74 | 0 | 103 | 45 | 161 | 62 | 52 |
| Binary | 1000001 | 10100001 | 110101 | 111100 | 0 | 1000011 | 100101 | 1110001 | 110010 | 101010 |
Color Harmonies of #41A135
Complementary color
Monochromatic Colors of #41A135
Black with #41A135
Text Example
Text Example
White with #41A135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A135; }
p { color: rgb(65,161,53); }
H1.HeaderClassName
{
color: #41A135;
}
.AnyTagClassName
{
color: #41A135;
}
</style>
background-color css
<style>
a { background-color: #41A135; }
a { background-color: rgb(65,161,53); }
div.DivClassName
{
background-color: #41A135;
}
.BgClassName
{
background-color: #41A135;
}
</style>
border-color css
<style>
span { border-color: #41A135; }
span { border-color: rgb(65,161,53); }
td.TdClassName
{
border-color: #41A135;
}
.TagClassName
{
border-color: #41A135;
}
</style>