Shades of Fern Green #44713F
Tints of Fern Green #44713F
RGB
CMYK
RGB Variations
Color information
#44713F (or 0x44713F) is known color: Fern Green. HEX triplet: 44, 71 and 3F. RGB value is (68,113,63). Sum of RGB (Red+Green+Blue) = 68+113+63=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #44713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44713F is #BB8EC0. Grayscale: #5E5E5E. Windows color (decimal): -12291777 or 4157764. OLE color: 4157764.
HSL color Cylindrical-coordinate representation of color #44713F: hue angle of 114º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44713F is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 63 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.56 |
| HSL | 114º | 0.28% | 0.35% | - |
| HSV(B) | 114º | 0.44% | 0.44% | - |
| XYZ | 9.19 | 13.4 | 6.8 | - |
| YUV | 93.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 63 | 0.40 | 0 | 0.44 | 0.56 | 114 | 0.28 | 0.35 |
| Hex | 44 | 71 | 3F | 28 | 0 | 2C | 38 | 72 | 1C | 23 |
| Octal | 104 | 161 | 77 | 50 | 0 | 54 | 70 | 162 | 34 | 43 |
| Binary | 1000100 | 1110001 | 111111 | 101000 | 0 | 101100 | 111000 | 1110010 | 11100 | 100011 |
Color Harmonies of #44713F
Complementary color
Monochromatic Colors of #44713F
Black with #44713F
Text Example
Text Example
White with #44713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44713F; }
p { color: rgb(68,113,63); }
H1.HeaderClassName
{
color: #44713F;
}
.AnyTagClassName
{
color: #44713F;
}
</style>
background-color css
<style>
a { background-color: #44713F; }
a { background-color: rgb(68,113,63); }
div.DivClassName
{
background-color: #44713F;
}
.BgClassName
{
background-color: #44713F;
}
</style>
border-color css
<style>
span { border-color: #44713F; }
span { border-color: rgb(68,113,63); }
td.TdClassName
{
border-color: #44713F;
}
.TagClassName
{
border-color: #44713F;
}
</style>