Shades of La Palma #41961E
Tints of La Palma #41961E
RGB
CMYK
RGB Variations
Color information
#41961E (or 0x41961E) is known color: La Palma. HEX triplet: 41, 96 and 1E. RGB value is (65,150,30). Sum of RGB (Red+Green+Blue) = 65+150+30=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #41961E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41961E is #BE69E1. Grayscale: #6F6F6F. Windows color (decimal): -12478946 or 2004545. OLE color: 2004545.
HSL color Cylindrical-coordinate representation of color #41961E: hue angle of 102.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41961E is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 150 | 30 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.41 |
| HSL | 102.5º | 0.67% | 0.35% | - |
| HSV(B) | 102.5º | 0.8% | 0.59% | - |
| XYZ | 13.32 | 23.03 | 4.97 | - |
| YUV | 110.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 30 | 0.57 | 0 | 0.80 | 0.41 | 102.5 | 0.67 | 0.35 |
| Hex | 41 | 96 | 1E | 39 | 0 | 50 | 29 | 66 | 43 | 23 |
| Octal | 101 | 226 | 36 | 71 | 0 | 120 | 51 | 146 | 103 | 43 |
| Binary | 1000001 | 10010110 | 11110 | 111001 | 0 | 1010000 | 101001 | 1100110 | 1000011 | 100011 |
Color Harmonies of #41961E
Complementary color
Monochromatic Colors of #41961E
Black with #41961E
Text Example
Text Example
White with #41961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41961E; }
p { color: rgb(65,150,30); }
H1.HeaderClassName
{
color: #41961E;
}
.AnyTagClassName
{
color: #41961E;
}
</style>
background-color css
<style>
a { background-color: #41961E; }
a { background-color: rgb(65,150,30); }
div.DivClassName
{
background-color: #41961E;
}
.BgClassName
{
background-color: #41961E;
}
</style>
border-color css
<style>
span { border-color: #41961E; }
span { border-color: rgb(65,150,30); }
td.TdClassName
{
border-color: #41961E;
}
.TagClassName
{
border-color: #41961E;
}
</style>