Shades of La Palma #3E960A
Tints of La Palma #3E960A
RGB
CMYK
RGB Variations
Color information
#3E960A (or 0x3E960A) is known color: La Palma. HEX triplet: 3E, 96 and 0A. RGB value is (62,150,10). Sum of RGB (Red+Green+Blue) = 62+150+10=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #3E960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E960A is #C169F5. Grayscale: #6C6C6C. Windows color (decimal): -12675574 or 693822. OLE color: 693822.
HSL color Cylindrical-coordinate representation of color #3E960A: hue angle of 97.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E960A is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 10 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.41 |
| HSL | 97.71º | 0.88% | 0.31% | - |
| HSV(B) | 97.71º | 0.93% | 0.59% | - |
| XYZ | 12.95 | 22.86 | 4.02 | - |
| YUV | 107.73 | 72.85 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 10 | 0.59 | 0 | 0.93 | 0.41 | 97.71 | 0.88 | 0.31 |
| Hex | 3E | 96 | A | 3B | 0 | 5D | 29 | 62 | 58 | 1F |
| Octal | 76 | 226 | 12 | 73 | 0 | 135 | 51 | 142 | 130 | 37 |
| Binary | 111110 | 10010110 | 1010 | 111011 | 0 | 1011101 | 101001 | 1100010 | 1011000 | 11111 |
Color Harmonies of #3E960A
Complementary color
Monochromatic Colors of #3E960A
Black with #3E960A
Text Example
Text Example
White with #3E960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E960A; }
p { color: rgb(62,150,10); }
H1.HeaderClassName
{
color: #3E960A;
}
.AnyTagClassName
{
color: #3E960A;
}
</style>
background-color css
<style>
a { background-color: #3E960A; }
a { background-color: rgb(62,150,10); }
div.DivClassName
{
background-color: #3E960A;
}
.BgClassName
{
background-color: #3E960A;
}
</style>
border-color css
<style>
span { border-color: #3E960A; }
span { border-color: rgb(62,150,10); }
td.TdClassName
{
border-color: #3E960A;
}
.TagClassName
{
border-color: #3E960A;
}
</style>