Shades of La Palma #3E9612
Tints of La Palma #3E9612
RGB
CMYK
RGB Variations
Color information
#3E9612 (or 0x3E9612) is known color: La Palma. HEX triplet: 3E, 96 and 12. RGB value is (62,150,18). Sum of RGB (Red+Green+Blue) = 62+150+18=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E9612 is #C169ED. Grayscale: #6D6D6D. Windows color (decimal): -12675566 or 1218110. OLE color: 1218110.
HSL color Cylindrical-coordinate representation of color #3E9612: hue angle of 100º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E9612 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 18 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.41 |
| HSL | 100º | 0.79% | 0.33% | - |
| HSV(B) | 100º | 0.88% | 0.59% | - |
| XYZ | 13 | 22.88 | 4.3 | - |
| YUV | 108.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 18 | 0.59 | 0 | 0.88 | 0.41 | 100 | 0.79 | 0.33 |
| Hex | 3E | 96 | 12 | 3B | 0 | 58 | 29 | 64 | 4F | 21 |
| Octal | 76 | 226 | 22 | 73 | 0 | 130 | 51 | 144 | 117 | 41 |
| Binary | 111110 | 10010110 | 10010 | 111011 | 0 | 1011000 | 101001 | 1100100 | 1001111 | 100001 |
Color Harmonies of #3E9612
Complementary color
Monochromatic Colors of #3E9612
Black with #3E9612
Text Example
Text Example
White with #3E9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9612; }
p { color: rgb(62,150,18); }
H1.HeaderClassName
{
color: #3E9612;
}
.AnyTagClassName
{
color: #3E9612;
}
</style>
background-color css
<style>
a { background-color: #3E9612; }
a { background-color: rgb(62,150,18); }
div.DivClassName
{
background-color: #3E9612;
}
.BgClassName
{
background-color: #3E9612;
}
</style>
border-color css
<style>
span { border-color: #3E9612; }
span { border-color: rgb(62,150,18); }
td.TdClassName
{
border-color: #3E9612;
}
.TagClassName
{
border-color: #3E9612;
}
</style>