Shades of Fern Green #44703D
Tints of Fern Green #44703D
RGB
CMYK
RGB Variations
Color information
#44703D (or 0x44703D) is known color: Fern Green. HEX triplet: 44, 70 and 3D. RGB value is (68,112,61). Sum of RGB (Red+Green+Blue) = 68+112+61=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #44703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44703D is #BB8FC2. Grayscale: #5D5D5D. Windows color (decimal): -12292035 or 4026436. OLE color: 4026436.
HSL color Cylindrical-coordinate representation of color #44703D: hue angle of 111.76º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44703D is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 61 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.56 |
| HSL | 111.76º | 0.29% | 0.34% | - |
| HSV(B) | 111.76º | 0.46% | 0.44% | - |
| XYZ | 9.02 | 13.15 | 6.48 | - |
| YUV | 93.03 | 109.92 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 61 | 0.39 | 0 | 0.46 | 0.56 | 111.76 | 0.29 | 0.34 |
| Hex | 44 | 70 | 3D | 27 | 0 | 2E | 38 | 70 | 1D | 22 |
| Octal | 104 | 160 | 75 | 47 | 0 | 56 | 70 | 160 | 35 | 42 |
| Binary | 1000100 | 1110000 | 111101 | 100111 | 0 | 101110 | 111000 | 1110000 | 11101 | 100010 |
Color Harmonies of #44703D
Complementary color
Monochromatic Colors of #44703D
Black with #44703D
Text Example
Text Example
White with #44703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44703D; }
p { color: rgb(68,112,61); }
H1.HeaderClassName
{
color: #44703D;
}
.AnyTagClassName
{
color: #44703D;
}
</style>
background-color css
<style>
a { background-color: #44703D; }
a { background-color: rgb(68,112,61); }
div.DivClassName
{
background-color: #44703D;
}
.BgClassName
{
background-color: #44703D;
}
</style>
border-color css
<style>
span { border-color: #44703D; }
span { border-color: rgb(68,112,61); }
td.TdClassName
{
border-color: #44703D;
}
.TagClassName
{
border-color: #44703D;
}
</style>