Shades of La Palma #418A1D
Tints of La Palma #418A1D
RGB
CMYK
RGB Variations
Color information
#418A1D (or 0x418A1D) is known color: La Palma. HEX triplet: 41, 8A and 1D. RGB value is (65,138,29). Sum of RGB (Red+Green+Blue) = 65+138+29=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #418A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A1D is #BE75E2. Grayscale: #686868. Windows color (decimal): -12482019 or 1935937. OLE color: 1935937.
HSL color Cylindrical-coordinate representation of color #418A1D: hue angle of 100.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #418A1D is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 29 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.46 |
| HSL | 100.18º | 0.65% | 0.33% | - |
| HSV(B) | 100.18º | 0.79% | 0.54% | - |
| XYZ | 11.49 | 19.39 | 4.3 | - |
| YUV | 103.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 29 | 0.53 | 0 | 0.79 | 0.46 | 100.18 | 0.65 | 0.33 |
| Hex | 41 | 8A | 1D | 35 | 0 | 4F | 2E | 64 | 41 | 21 |
| Octal | 101 | 212 | 35 | 65 | 0 | 117 | 56 | 144 | 101 | 41 |
| Binary | 1000001 | 10001010 | 11101 | 110101 | 0 | 1001111 | 101110 | 1100100 | 1000001 | 100001 |
Color Harmonies of #418A1D
Complementary color
Monochromatic Colors of #418A1D
Black with #418A1D
Text Example
Text Example
White with #418A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A1D; }
p { color: rgb(65,138,29); }
H1.HeaderClassName
{
color: #418A1D;
}
.AnyTagClassName
{
color: #418A1D;
}
</style>
background-color css
<style>
a { background-color: #418A1D; }
a { background-color: rgb(65,138,29); }
div.DivClassName
{
background-color: #418A1D;
}
.BgClassName
{
background-color: #418A1D;
}
</style>
border-color css
<style>
span { border-color: #418A1D; }
span { border-color: rgb(65,138,29); }
td.TdClassName
{
border-color: #418A1D;
}
.TagClassName
{
border-color: #418A1D;
}
</style>