Shades of La Palma #418D28
Tints of La Palma #418D28
RGB
CMYK
RGB Variations
Color information
#418D28 (or 0x418D28) is known color: La Palma. HEX triplet: 41, 8D and 28. RGB value is (65,141,40). Sum of RGB (Red+Green+Blue) = 65+141+40=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #418D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418D28 is #BE72D7. Grayscale: #6B6B6B. Windows color (decimal): -12481240 or 2657601. OLE color: 2657601.
HSL color Cylindrical-coordinate representation of color #418D28: hue angle of 105.15º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418D28 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 40 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.45 |
| HSL | 105.15º | 0.56% | 0.35% | - |
| HSV(B) | 105.15º | 0.72% | 0.55% | - |
| XYZ | 12.09 | 20.33 | 5.29 | - |
| YUV | 106.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 40 | 0.54 | 0 | 0.72 | 0.45 | 105.15 | 0.56 | 0.35 |
| Hex | 41 | 8D | 28 | 36 | 0 | 48 | 2D | 69 | 38 | 23 |
| Octal | 101 | 215 | 50 | 66 | 0 | 110 | 55 | 151 | 70 | 43 |
| Binary | 1000001 | 10001101 | 101000 | 110110 | 0 | 1001000 | 101101 | 1101001 | 111000 | 100011 |
Color Harmonies of #418D28
Complementary color
Monochromatic Colors of #418D28
Black with #418D28
Text Example
Text Example
White with #418D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D28; }
p { color: rgb(65,141,40); }
H1.HeaderClassName
{
color: #418D28;
}
.AnyTagClassName
{
color: #418D28;
}
</style>
background-color css
<style>
a { background-color: #418D28; }
a { background-color: rgb(65,141,40); }
div.DivClassName
{
background-color: #418D28;
}
.BgClassName
{
background-color: #418D28;
}
</style>
border-color css
<style>
span { border-color: #418D28; }
span { border-color: rgb(65,141,40); }
td.TdClassName
{
border-color: #418D28;
}
.TagClassName
{
border-color: #418D28;
}
</style>