Shades of La Palma #41852E
Tints of La Palma #41852E
RGB
CMYK
RGB Variations
Color information
#41852E (or 0x41852E) is known color: La Palma. HEX triplet: 41, 85 and 2E. RGB value is (65,133,46). Sum of RGB (Red+Green+Blue) = 65+133+46=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #41852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41852E is #BE7AD1. Grayscale: #676767. Windows color (decimal): -12483282 or 3048769. OLE color: 3048769.
HSL color Cylindrical-coordinate representation of color #41852E: hue angle of 106.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41852E is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 46 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.48 |
| HSL | 106.9º | 0.49% | 0.35% | - |
| HSV(B) | 106.9º | 0.65% | 0.52% | - |
| XYZ | 11.06 | 18.1 | 5.49 | - |
| YUV | 102.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 46 | 0.51 | 0 | 0.65 | 0.48 | 106.9 | 0.49 | 0.35 |
| Hex | 41 | 85 | 2E | 33 | 0 | 41 | 30 | 6B | 31 | 23 |
| Octal | 101 | 205 | 56 | 63 | 0 | 101 | 60 | 153 | 61 | 43 |
| Binary | 1000001 | 10000101 | 101110 | 110011 | 0 | 1000001 | 110000 | 1101011 | 110001 | 100011 |
Color Harmonies of #41852E
Complementary color
Monochromatic Colors of #41852E
Black with #41852E
Text Example
Text Example
White with #41852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41852E; }
p { color: rgb(65,133,46); }
H1.HeaderClassName
{
color: #41852E;
}
.AnyTagClassName
{
color: #41852E;
}
</style>
background-color css
<style>
a { background-color: #41852E; }
a { background-color: rgb(65,133,46); }
div.DivClassName
{
background-color: #41852E;
}
.BgClassName
{
background-color: #41852E;
}
</style>
border-color css
<style>
span { border-color: #41852E; }
span { border-color: rgb(65,133,46); }
td.TdClassName
{
border-color: #41852E;
}
.TagClassName
{
border-color: #41852E;
}
</style>