Shades of Fern Green #407C39
Tints of Fern Green #407C39
RGB
CMYK
RGB Variations
Color information
#407C39 (or 0x407C39) is known color: Fern Green. HEX triplet: 40, 7C and 39. RGB value is (64,124,57). Sum of RGB (Red+Green+Blue) = 64+124+57=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #407C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C39 is #BF83C6. Grayscale: #626262. Windows color (decimal): -12551111 or 3767360. OLE color: 3767360.
HSL color Cylindrical-coordinate representation of color #407C39: hue angle of 113.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #407C39 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 57 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.51 |
| HSL | 113.73º | 0.37% | 0.35% | - |
| HSV(B) | 113.73º | 0.54% | 0.49% | - |
| XYZ | 10.06 | 15.8 | 6.39 | - |
| YUV | 98.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 57 | 0.48 | 0 | 0.54 | 0.51 | 113.73 | 0.37 | 0.35 |
| Hex | 40 | 7C | 39 | 30 | 0 | 36 | 33 | 72 | 25 | 23 |
| Octal | 100 | 174 | 71 | 60 | 0 | 66 | 63 | 162 | 45 | 43 |
| Binary | 1000000 | 1111100 | 111001 | 110000 | 0 | 110110 | 110011 | 1110010 | 100101 | 100011 |
Color Harmonies of #407C39
Complementary color
Monochromatic Colors of #407C39
Black with #407C39
Text Example
Text Example
White with #407C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C39; }
p { color: rgb(64,124,57); }
H1.HeaderClassName
{
color: #407C39;
}
.AnyTagClassName
{
color: #407C39;
}
</style>
background-color css
<style>
a { background-color: #407C39; }
a { background-color: rgb(64,124,57); }
div.DivClassName
{
background-color: #407C39;
}
.BgClassName
{
background-color: #407C39;
}
</style>
border-color css
<style>
span { border-color: #407C39; }
span { border-color: rgb(64,124,57); }
td.TdClassName
{
border-color: #407C39;
}
.TagClassName
{
border-color: #407C39;
}
</style>