Shades of La Palma #418B37
Tints of La Palma #418B37
RGB
CMYK
RGB Variations
Color information
#418B37 (or 0x418B37) is known color: La Palma. HEX triplet: 41, 8B and 37. RGB value is (65,139,55). Sum of RGB (Red+Green+Blue) = 65+139+55=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #418B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B37 is #BE74C8. Grayscale: #6B6B6B. Windows color (decimal): -12481737 or 3640129. OLE color: 3640129.
HSL color Cylindrical-coordinate representation of color #418B37: hue angle of 112.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #418B37 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 55 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.45 |
| HSL | 112.86º | 0.43% | 0.38% | - |
| HSV(B) | 112.86º | 0.6% | 0.55% | - |
| XYZ | 12.1 | 19.86 | 6.81 | - |
| YUV | 107.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 55 | 0.53 | 0 | 0.60 | 0.45 | 112.86 | 0.43 | 0.38 |
| Hex | 41 | 8B | 37 | 35 | 0 | 3C | 2D | 71 | 2B | 26 |
| Octal | 101 | 213 | 67 | 65 | 0 | 74 | 55 | 161 | 53 | 46 |
| Binary | 1000001 | 10001011 | 110111 | 110101 | 0 | 111100 | 101101 | 1110001 | 101011 | 100110 |
Color Harmonies of #418B37
Complementary color
Monochromatic Colors of #418B37
Black with #418B37
Text Example
Text Example
White with #418B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B37; }
p { color: rgb(65,139,55); }
H1.HeaderClassName
{
color: #418B37;
}
.AnyTagClassName
{
color: #418B37;
}
</style>
background-color css
<style>
a { background-color: #418B37; }
a { background-color: rgb(65,139,55); }
div.DivClassName
{
background-color: #418B37;
}
.BgClassName
{
background-color: #418B37;
}
</style>
border-color css
<style>
span { border-color: #418B37; }
span { border-color: rgb(65,139,55); }
td.TdClassName
{
border-color: #418B37;
}
.TagClassName
{
border-color: #418B37;
}
</style>