Shades of La Palma #418A34
Tints of La Palma #418A34
RGB
CMYK
RGB Variations
Color information
#418A34 (or 0x418A34) is known color: La Palma. HEX triplet: 41, 8A and 34. RGB value is (65,138,52). Sum of RGB (Red+Green+Blue) = 65+138+52=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #418A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A34 is #BE75CB. Grayscale: #6A6A6A. Windows color (decimal): -12481996 or 3443265. OLE color: 3443265.
HSL color Cylindrical-coordinate representation of color #418A34: hue angle of 110.93º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418A34 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 52 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.46 |
| HSL | 110.93º | 0.45% | 0.37% | - |
| HSV(B) | 110.93º | 0.62% | 0.54% | - |
| XYZ | 11.89 | 19.55 | 6.4 | - |
| YUV | 106.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 52 | 0.53 | 0 | 0.62 | 0.46 | 110.93 | 0.45 | 0.37 |
| Hex | 41 | 8A | 34 | 35 | 0 | 3E | 2E | 6F | 2D | 25 |
| Octal | 101 | 212 | 64 | 65 | 0 | 76 | 56 | 157 | 55 | 45 |
| Binary | 1000001 | 10001010 | 110100 | 110101 | 0 | 111110 | 101110 | 1101111 | 101101 | 100101 |
Color Harmonies of #418A34
Complementary color
Monochromatic Colors of #418A34
Black with #418A34
Text Example
Text Example
White with #418A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A34; }
p { color: rgb(65,138,52); }
H1.HeaderClassName
{
color: #418A34;
}
.AnyTagClassName
{
color: #418A34;
}
</style>
background-color css
<style>
a { background-color: #418A34; }
a { background-color: rgb(65,138,52); }
div.DivClassName
{
background-color: #418A34;
}
.BgClassName
{
background-color: #418A34;
}
</style>
border-color css
<style>
span { border-color: #418A34; }
span { border-color: rgb(65,138,52); }
td.TdClassName
{
border-color: #418A34;
}
.TagClassName
{
border-color: #418A34;
}
</style>