Shades of La Palma #3E9214
Tints of La Palma #3E9214
RGB
CMYK
RGB Variations
Color information
#3E9214 (or 0x3E9214) is known color: La Palma. HEX triplet: 3E, 92 and 14. RGB value is (62,146,20). Sum of RGB (Red+Green+Blue) = 62+146+20=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #3E9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E9214 is #C16DEB. Grayscale: #6A6A6A. Windows color (decimal): -12676588 or 1348158. OLE color: 1348158.
HSL color Cylindrical-coordinate representation of color #3E9214: hue angle of 100º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E9214 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 146 | 20 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.43 |
| HSL | 100º | 0.76% | 0.33% | - |
| HSV(B) | 100º | 0.86% | 0.57% | - |
| XYZ | 12.39 | 21.63 | 4.18 | - |
| YUV | 106.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 20 | 0.58 | 0 | 0.86 | 0.43 | 100 | 0.76 | 0.33 |
| Hex | 3E | 92 | 14 | 3A | 0 | 56 | 2B | 64 | 4C | 21 |
| Octal | 76 | 222 | 24 | 72 | 0 | 126 | 53 | 144 | 114 | 41 |
| Binary | 111110 | 10010010 | 10100 | 111010 | 0 | 1010110 | 101011 | 1100100 | 1001100 | 100001 |
Color Harmonies of #3E9214
Complementary color
Monochromatic Colors of #3E9214
Black with #3E9214
Text Example
Text Example
White with #3E9214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9214; }
p { color: rgb(62,146,20); }
H1.HeaderClassName
{
color: #3E9214;
}
.AnyTagClassName
{
color: #3E9214;
}
</style>
background-color css
<style>
a { background-color: #3E9214; }
a { background-color: rgb(62,146,20); }
div.DivClassName
{
background-color: #3E9214;
}
.BgClassName
{
background-color: #3E9214;
}
</style>
border-color css
<style>
span { border-color: #3E9214; }
span { border-color: rgb(62,146,20); }
td.TdClassName
{
border-color: #3E9214;
}
.TagClassName
{
border-color: #3E9214;
}
</style>