Shades of La Palma #41901A
Tints of La Palma #41901A
RGB
CMYK
RGB Variations
Color information
#41901A (or 0x41901A) is known color: La Palma. HEX triplet: 41, 90 and 1A. RGB value is (65,144,26). Sum of RGB (Red+Green+Blue) = 65+144+26=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #41901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41901A is #BE6FE5. Grayscale: #6B6B6B. Windows color (decimal): -12480486 or 1740865. OLE color: 1740865.
HSL color Cylindrical-coordinate representation of color #41901A: hue angle of 100.17º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41901A is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 26 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.44 |
| HSL | 100.17º | 0.69% | 0.33% | - |
| HSV(B) | 100.17º | 0.82% | 0.56% | - |
| XYZ | 12.34 | 21.14 | 4.41 | - |
| YUV | 106.93 | 82.33 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 26 | 0.55 | 0 | 0.82 | 0.44 | 100.17 | 0.69 | 0.33 |
| Hex | 41 | 90 | 1A | 37 | 0 | 52 | 2C | 64 | 45 | 21 |
| Octal | 101 | 220 | 32 | 67 | 0 | 122 | 54 | 144 | 105 | 41 |
| Binary | 1000001 | 10010000 | 11010 | 110111 | 0 | 1010010 | 101100 | 1100100 | 1000101 | 100001 |
Color Harmonies of #41901A
Complementary color
Monochromatic Colors of #41901A
Black with #41901A
Text Example
Text Example
White with #41901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41901A; }
p { color: rgb(65,144,26); }
H1.HeaderClassName
{
color: #41901A;
}
.AnyTagClassName
{
color: #41901A;
}
</style>
background-color css
<style>
a { background-color: #41901A; }
a { background-color: rgb(65,144,26); }
div.DivClassName
{
background-color: #41901A;
}
.BgClassName
{
background-color: #41901A;
}
</style>
border-color css
<style>
span { border-color: #41901A; }
span { border-color: rgb(65,144,26); }
td.TdClassName
{
border-color: #41901A;
}
.TagClassName
{
border-color: #41901A;
}
</style>