Shades of La Palma #418D38
Tints of La Palma #418D38
RGB
CMYK
RGB Variations
Color information
#418D38 (or 0x418D38) is known color: La Palma. HEX triplet: 41, 8D and 38. RGB value is (65,141,56). Sum of RGB (Red+Green+Blue) = 65+141+56=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #418D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D38 is #BE72C7. Grayscale: #6C6C6C. Windows color (decimal): -12481224 or 3706177. OLE color: 3706177.
HSL color Cylindrical-coordinate representation of color #418D38: hue angle of 113.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #418D38 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 56 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.45 |
| HSL | 113.65º | 0.43% | 0.39% | - |
| HSV(B) | 113.65º | 0.6% | 0.55% | - |
| XYZ | 12.42 | 20.46 | 7.04 | - |
| YUV | 108.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 56 | 0.54 | 0 | 0.60 | 0.45 | 113.65 | 0.43 | 0.39 |
| Hex | 41 | 8D | 38 | 36 | 0 | 3C | 2D | 72 | 2B | 27 |
| Octal | 101 | 215 | 70 | 66 | 0 | 74 | 55 | 162 | 53 | 47 |
| Binary | 1000001 | 10001101 | 111000 | 110110 | 0 | 111100 | 101101 | 1110010 | 101011 | 100111 |
Color Harmonies of #418D38
Complementary color
Monochromatic Colors of #418D38
Black with #418D38
Text Example
Text Example
White with #418D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D38; }
p { color: rgb(65,141,56); }
H1.HeaderClassName
{
color: #418D38;
}
.AnyTagClassName
{
color: #418D38;
}
</style>
background-color css
<style>
a { background-color: #418D38; }
a { background-color: rgb(65,141,56); }
div.DivClassName
{
background-color: #418D38;
}
.BgClassName
{
background-color: #418D38;
}
</style>
border-color css
<style>
span { border-color: #418D38; }
span { border-color: rgb(65,141,56); }
td.TdClassName
{
border-color: #418D38;
}
.TagClassName
{
border-color: #418D38;
}
</style>