Shades of La Palma #41863B
Tints of La Palma #41863B
RGB
CMYK
RGB Variations
Color information
#41863B (or 0x41863B) is known color: La Palma. HEX triplet: 41, 86 and 3B. RGB value is (65,134,59). Sum of RGB (Red+Green+Blue) = 65+134+59=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #41863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41863B is #BE79C4. Grayscale: #696969. Windows color (decimal): -12483013 or 3900993. OLE color: 3900993.
HSL color Cylindrical-coordinate representation of color #41863B: hue angle of 115.2º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41863B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 59 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.47 |
| HSL | 115.2º | 0.39% | 0.38% | - |
| HSV(B) | 115.2º | 0.56% | 0.53% | - |
| XYZ | 11.49 | 18.49 | 7.1 | - |
| YUV | 104.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 59 | 0.51 | 0 | 0.56 | 0.47 | 115.2 | 0.39 | 0.38 |
| Hex | 41 | 86 | 3B | 33 | 0 | 38 | 2F | 73 | 27 | 26 |
| Octal | 101 | 206 | 73 | 63 | 0 | 70 | 57 | 163 | 47 | 46 |
| Binary | 1000001 | 10000110 | 111011 | 110011 | 0 | 111000 | 101111 | 1110011 | 100111 | 100110 |
Color Harmonies of #41863B
Complementary color
Monochromatic Colors of #41863B
Black with #41863B
Text Example
Text Example
White with #41863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41863B; }
p { color: rgb(65,134,59); }
H1.HeaderClassName
{
color: #41863B;
}
.AnyTagClassName
{
color: #41863B;
}
</style>
background-color css
<style>
a { background-color: #41863B; }
a { background-color: rgb(65,134,59); }
div.DivClassName
{
background-color: #41863B;
}
.BgClassName
{
background-color: #41863B;
}
</style>
border-color css
<style>
span { border-color: #41863B; }
span { border-color: rgb(65,134,59); }
td.TdClassName
{
border-color: #41863B;
}
.TagClassName
{
border-color: #41863B;
}
</style>