Shades of La Palma #418A15
Tints of La Palma #418A15
RGB
CMYK
RGB Variations
Color information
#418A15 (or 0x418A15) is known color: La Palma. HEX triplet: 41, 8A and 15. RGB value is (65,138,21). Sum of RGB (Red+Green+Blue) = 65+138+21=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #418A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418A15 is #BE75EA. Grayscale: #676767. Windows color (decimal): -12482027 or 1411649. OLE color: 1411649.
HSL color Cylindrical-coordinate representation of color #418A15: hue angle of 97.44º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #418A15 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 21 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.46 |
| HSL | 97.44º | 0.74% | 0.31% | - |
| HSV(B) | 97.44º | 0.85% | 0.54% | - |
| XYZ | 11.4 | 19.35 | 3.84 | - |
| YUV | 102.84 | 81.82 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 21 | 0.53 | 0 | 0.85 | 0.46 | 97.44 | 0.74 | 0.31 |
| Hex | 41 | 8A | 15 | 35 | 0 | 55 | 2E | 61 | 4A | 1F |
| Octal | 101 | 212 | 25 | 65 | 0 | 125 | 56 | 141 | 112 | 37 |
| Binary | 1000001 | 10001010 | 10101 | 110101 | 0 | 1010101 | 101110 | 1100001 | 1001010 | 11111 |
Color Harmonies of #418A15
Complementary color
Monochromatic Colors of #418A15
Black with #418A15
Text Example
Text Example
White with #418A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A15; }
p { color: rgb(65,138,21); }
H1.HeaderClassName
{
color: #418A15;
}
.AnyTagClassName
{
color: #418A15;
}
</style>
background-color css
<style>
a { background-color: #418A15; }
a { background-color: rgb(65,138,21); }
div.DivClassName
{
background-color: #418A15;
}
.BgClassName
{
background-color: #418A15;
}
</style>
border-color css
<style>
span { border-color: #418A15; }
span { border-color: rgb(65,138,21); }
td.TdClassName
{
border-color: #418A15;
}
.TagClassName
{
border-color: #418A15;
}
</style>