Shades of La Palma #3E9400
Tints of La Palma #3E9400
RGB
CMYK
RGB Variations
Color information
#3E9400 (or 0x3E9400) is known color: La Palma. HEX triplet: 3E, 94 and 00. RGB value is (62,148,0). Sum of RGB (Red+Green+Blue) = 62+148+0=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 148 (58.20% from 255 or 70.48% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 148 - color contains mainly: green. Hex color #3E9400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E9400 is #C16BFF. Grayscale: #696969. Windows color (decimal): -12676096 or 37950. OLE color: 37950.
HSL color Cylindrical-coordinate representation of color #3E9400: hue angle of 94.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E9400 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 148 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.42 |
| HSL | 94.86º | 1% | 0.29% | - |
| HSV(B) | 94.86º | 1% | 0.58% | - |
| XYZ | 12.58 | 22.2 | 3.62 | - |
| YUV | 105.41 | 68.51 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 0 | 0.58 | 0 | 1 | 0.42 | 94.86 | 1 | 0.29 |
| Hex | 3E | 94 | 0 | 3A | 0 | 64 | 2A | 5F | 64 | 1D |
| Octal | 76 | 224 | 0 | 72 | 0 | 144 | 52 | 137 | 144 | 35 |
| Binary | 111110 | 10010100 | 0 | 111010 | 0 | 1100100 | 101010 | 1011111 | 1100100 | 11101 |
Color Harmonies of #3E9400
Complementary color
Monochromatic Colors of #3E9400
Black with #3E9400
Text Example
Text Example
White with #3E9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9400; }
p { color: rgb(62,148,0); }
H1.HeaderClassName
{
color: #3E9400;
}
.AnyTagClassName
{
color: #3E9400;
}
</style>
background-color css
<style>
a { background-color: #3E9400; }
a { background-color: rgb(62,148,0); }
div.DivClassName
{
background-color: #3E9400;
}
.BgClassName
{
background-color: #3E9400;
}
</style>
border-color css
<style>
span { border-color: #3E9400; }
span { border-color: rgb(62,148,0); }
td.TdClassName
{
border-color: #3E9400;
}
.TagClassName
{
border-color: #3E9400;
}
</style>