Shades of La Palma #41902E
Tints of La Palma #41902E
RGB
CMYK
RGB Variations
Color information
#41902E (or 0x41902E) is known color: La Palma. HEX triplet: 41, 90 and 2E. RGB value is (65,144,46). Sum of RGB (Red+Green+Blue) = 65+144+46=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #41902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41902E is #BE6FD1. Grayscale: #6D6D6D. Windows color (decimal): -12480466 or 3051585. OLE color: 3051585.
HSL color Cylindrical-coordinate representation of color #41902E: hue angle of 108.37º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41902E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 46 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.44 |
| HSL | 108.37º | 0.52% | 0.37% | - |
| HSV(B) | 108.37º | 0.68% | 0.56% | - |
| XYZ | 12.65 | 21.27 | 6.02 | - |
| YUV | 109.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 46 | 0.55 | 0 | 0.68 | 0.44 | 108.37 | 0.52 | 0.37 |
| Hex | 41 | 90 | 2E | 37 | 0 | 44 | 2C | 6C | 34 | 25 |
| Octal | 101 | 220 | 56 | 67 | 0 | 104 | 54 | 154 | 64 | 45 |
| Binary | 1000001 | 10010000 | 101110 | 110111 | 0 | 1000100 | 101100 | 1101100 | 110100 | 100101 |
Color Harmonies of #41902E
Complementary color
Monochromatic Colors of #41902E
Black with #41902E
Text Example
Text Example
White with #41902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41902E; }
p { color: rgb(65,144,46); }
H1.HeaderClassName
{
color: #41902E;
}
.AnyTagClassName
{
color: #41902E;
}
</style>
background-color css
<style>
a { background-color: #41902E; }
a { background-color: rgb(65,144,46); }
div.DivClassName
{
background-color: #41902E;
}
.BgClassName
{
background-color: #41902E;
}
</style>
border-color css
<style>
span { border-color: #41902E; }
span { border-color: rgb(65,144,46); }
td.TdClassName
{
border-color: #41902E;
}
.TagClassName
{
border-color: #41902E;
}
</style>