Shades of La Palma #418D33
Tints of La Palma #418D33
RGB
CMYK
RGB Variations
Color information
#418D33 (or 0x418D33) is known color: La Palma. HEX triplet: 41, 8D and 33. RGB value is (65,141,51). Sum of RGB (Red+Green+Blue) = 65+141+51=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #418D33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D33 is #BE72CC. Grayscale: #6C6C6C. Windows color (decimal): -12481229 or 3378497. OLE color: 3378497.
HSL color Cylindrical-coordinate representation of color #418D33: hue angle of 110.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418D33 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 51 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.45 |
| HSL | 110.67º | 0.47% | 0.38% | - |
| HSV(B) | 110.67º | 0.64% | 0.55% | - |
| XYZ | 12.3 | 20.41 | 6.42 | - |
| YUV | 108.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 51 | 0.54 | 0 | 0.64 | 0.45 | 110.67 | 0.47 | 0.38 |
| Hex | 41 | 8D | 33 | 36 | 0 | 40 | 2D | 6F | 2F | 26 |
| Octal | 101 | 215 | 63 | 66 | 0 | 100 | 55 | 157 | 57 | 46 |
| Binary | 1000001 | 10001101 | 110011 | 110110 | 0 | 1000000 | 101101 | 1101111 | 101111 | 100110 |
Color Harmonies of #418D33
Complementary color
Monochromatic Colors of #418D33
Black with #418D33
Text Example
Text Example
White with #418D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D33; }
p { color: rgb(65,141,51); }
H1.HeaderClassName
{
color: #418D33;
}
.AnyTagClassName
{
color: #418D33;
}
</style>
background-color css
<style>
a { background-color: #418D33; }
a { background-color: rgb(65,141,51); }
div.DivClassName
{
background-color: #418D33;
}
.BgClassName
{
background-color: #418D33;
}
</style>
border-color css
<style>
span { border-color: #418D33; }
span { border-color: rgb(65,141,51); }
td.TdClassName
{
border-color: #418D33;
}
.TagClassName
{
border-color: #418D33;
}
</style>