Shades of La Palma #41901E
Tints of La Palma #41901E
RGB
CMYK
RGB Variations
Color information
#41901E (or 0x41901E) is known color: La Palma. HEX triplet: 41, 90 and 1E. RGB value is (65,144,30). Sum of RGB (Red+Green+Blue) = 65+144+30=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #41901E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41901E is #BE6FE1. Grayscale: #6B6B6B. Windows color (decimal): -12480482 or 2003009. OLE color: 2003009.
HSL color Cylindrical-coordinate representation of color #41901E: hue angle of 101.58º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41901E is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 30 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.44 |
| HSL | 101.58º | 0.66% | 0.34% | - |
| HSV(B) | 101.58º | 0.79% | 0.56% | - |
| XYZ | 12.39 | 21.16 | 4.66 | - |
| YUV | 107.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 30 | 0.55 | 0 | 0.79 | 0.44 | 101.58 | 0.66 | 0.34 |
| Hex | 41 | 90 | 1E | 37 | 0 | 4F | 2C | 66 | 42 | 22 |
| Octal | 101 | 220 | 36 | 67 | 0 | 117 | 54 | 146 | 102 | 42 |
| Binary | 1000001 | 10010000 | 11110 | 110111 | 0 | 1001111 | 101100 | 1100110 | 1000010 | 100010 |
Color Harmonies of #41901E
Complementary color
Monochromatic Colors of #41901E
Black with #41901E
Text Example
Text Example
White with #41901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41901E; }
p { color: rgb(65,144,30); }
H1.HeaderClassName
{
color: #41901E;
}
.AnyTagClassName
{
color: #41901E;
}
</style>
background-color css
<style>
a { background-color: #41901E; }
a { background-color: rgb(65,144,30); }
div.DivClassName
{
background-color: #41901E;
}
.BgClassName
{
background-color: #41901E;
}
</style>
border-color css
<style>
span { border-color: #41901E; }
span { border-color: rgb(65,144,30); }
td.TdClassName
{
border-color: #41901E;
}
.TagClassName
{
border-color: #41901E;
}
</style>