Shades of Fern Green #44713D
Tints of Fern Green #44713D
RGB
CMYK
RGB Variations
Color information
#44713D (or 0x44713D) is known color: Fern Green. HEX triplet: 44, 71 and 3D. RGB value is (68,113,61). Sum of RGB (Red+Green+Blue) = 68+113+61=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #44713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44713D is #BB8EC2. Grayscale: #5D5D5D. Windows color (decimal): -12291779 or 4026692. OLE color: 4026692.
HSL color Cylindrical-coordinate representation of color #44713D: hue angle of 111.92º degrees, saturation: 0.3, 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 #44713D is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 61 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.56 |
| HSL | 111.92º | 0.3% | 0.34% | - |
| HSV(B) | 111.92º | 0.46% | 0.44% | - |
| XYZ | 9.13 | 13.38 | 6.52 | - |
| YUV | 93.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 61 | 0.40 | 0 | 0.46 | 0.56 | 111.92 | 0.3 | 0.34 |
| Hex | 44 | 71 | 3D | 28 | 0 | 2E | 38 | 70 | 1E | 22 |
| Octal | 104 | 161 | 75 | 50 | 0 | 56 | 70 | 160 | 36 | 42 |
| Binary | 1000100 | 1110001 | 111101 | 101000 | 0 | 101110 | 111000 | 1110000 | 11110 | 100010 |
Color Harmonies of #44713D
Complementary color
Monochromatic Colors of #44713D
Black with #44713D
Text Example
Text Example
White with #44713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44713D; }
p { color: rgb(68,113,61); }
H1.HeaderClassName
{
color: #44713D;
}
.AnyTagClassName
{
color: #44713D;
}
</style>
background-color css
<style>
a { background-color: #44713D; }
a { background-color: rgb(68,113,61); }
div.DivClassName
{
background-color: #44713D;
}
.BgClassName
{
background-color: #44713D;
}
</style>
border-color css
<style>
span { border-color: #44713D; }
span { border-color: rgb(68,113,61); }
td.TdClassName
{
border-color: #44713D;
}
.TagClassName
{
border-color: #44713D;
}
</style>