Shades of Fern Green #44703E
Tints of Fern Green #44703E
RGB
CMYK
RGB Variations
Color information
#44703E (or 0x44703E) is known color: Fern Green. HEX triplet: 44, 70 and 3E. RGB value is (68,112,62). Sum of RGB (Red+Green+Blue) = 68+112+62=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #44703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44703E is #BB8FC1. Grayscale: #5D5D5D. Windows color (decimal): -12292034 or 4091972. OLE color: 4091972.
HSL color Cylindrical-coordinate representation of color #44703E: hue angle of 112.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44703E is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 62 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.56 |
| HSL | 112.8º | 0.29% | 0.34% | - |
| HSV(B) | 112.8º | 0.45% | 0.44% | - |
| XYZ | 9.05 | 13.17 | 6.62 | - |
| YUV | 93.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 62 | 0.39 | 0 | 0.45 | 0.56 | 112.8 | 0.29 | 0.34 |
| Hex | 44 | 70 | 3E | 27 | 0 | 2D | 38 | 71 | 1D | 22 |
| Octal | 104 | 160 | 76 | 47 | 0 | 55 | 70 | 161 | 35 | 42 |
| Binary | 1000100 | 1110000 | 111110 | 100111 | 0 | 101101 | 111000 | 1110001 | 11101 | 100010 |
Color Harmonies of #44703E
Complementary color
Monochromatic Colors of #44703E
Black with #44703E
Text Example
Text Example
White with #44703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44703E; }
p { color: rgb(68,112,62); }
H1.HeaderClassName
{
color: #44703E;
}
.AnyTagClassName
{
color: #44703E;
}
</style>
background-color css
<style>
a { background-color: #44703E; }
a { background-color: rgb(68,112,62); }
div.DivClassName
{
background-color: #44703E;
}
.BgClassName
{
background-color: #44703E;
}
</style>
border-color css
<style>
span { border-color: #44703E; }
span { border-color: rgb(68,112,62); }
td.TdClassName
{
border-color: #44703E;
}
.TagClassName
{
border-color: #44703E;
}
</style>