Shades of La Palma #41A334
Tints of La Palma #41A334
RGB
CMYK
RGB Variations
Color information
#41A334 (or 0x41A334) is known color: La Palma. HEX triplet: 41, A3 and 34. RGB value is (65,163,52). Sum of RGB (Red+Green+Blue) = 65+163+52=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #41A334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A334 is #BE5CCB. Grayscale: #797979. Windows color (decimal): -12475596 or 3449665. OLE color: 3449665.
HSL color Cylindrical-coordinate representation of color #41A334: hue angle of 112.97º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A334 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 163 | 52 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.36 |
| HSL | 112.97º | 0.52% | 0.42% | - |
| HSV(B) | 112.97º | 0.68% | 0.64% | - |
| XYZ | 15.9 | 27.57 | 7.73 | - |
| YUV | 121.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 163 | 52 | 0.60 | 0 | 0.68 | 0.36 | 112.97 | 0.52 | 0.42 |
| Hex | 41 | A3 | 34 | 3C | 0 | 44 | 24 | 71 | 34 | 2A |
| Octal | 101 | 243 | 64 | 74 | 0 | 104 | 44 | 161 | 64 | 52 |
| Binary | 1000001 | 10100011 | 110100 | 111100 | 0 | 1000100 | 100100 | 1110001 | 110100 | 101010 |
Color Harmonies of #41A334
Complementary color
Monochromatic Colors of #41A334
Black with #41A334
Text Example
Text Example
White with #41A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A334; }
p { color: rgb(65,163,52); }
H1.HeaderClassName
{
color: #41A334;
}
.AnyTagClassName
{
color: #41A334;
}
</style>
background-color css
<style>
a { background-color: #41A334; }
a { background-color: rgb(65,163,52); }
div.DivClassName
{
background-color: #41A334;
}
.BgClassName
{
background-color: #41A334;
}
</style>
border-color css
<style>
span { border-color: #41A334; }
span { border-color: rgb(65,163,52); }
td.TdClassName
{
border-color: #41A334;
}
.TagClassName
{
border-color: #41A334;
}
</style>