Shades of Fern Green #44753F
Tints of Fern Green #44753F
RGB
CMYK
RGB Variations
Color information
#44753F (or 0x44753F) is known color: Fern Green. HEX triplet: 44, 75 and 3F. RGB value is (68,117,63). Sum of RGB (Red+Green+Blue) = 68+117+63=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #44753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44753F is #BB8AC0. Grayscale: #606060. Windows color (decimal): -12290753 or 4158788. OLE color: 4158788.
HSL color Cylindrical-coordinate representation of color #44753F: hue angle of 114.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44753F is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 117 | 63 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.54 |
| HSL | 114.44º | 0.3% | 0.35% | - |
| HSV(B) | 114.44º | 0.46% | 0.46% | - |
| XYZ | 9.64 | 14.31 | 6.96 | - |
| YUV | 96.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 63 | 0.42 | 0 | 0.46 | 0.54 | 114.44 | 0.3 | 0.35 |
| Hex | 44 | 75 | 3F | 2A | 0 | 2E | 36 | 72 | 1E | 23 |
| Octal | 104 | 165 | 77 | 52 | 0 | 56 | 66 | 162 | 36 | 43 |
| Binary | 1000100 | 1110101 | 111111 | 101010 | 0 | 101110 | 110110 | 1110010 | 11110 | 100011 |
Color Harmonies of #44753F
Complementary color
Monochromatic Colors of #44753F
Black with #44753F
Text Example
Text Example
White with #44753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44753F; }
p { color: rgb(68,117,63); }
H1.HeaderClassName
{
color: #44753F;
}
.AnyTagClassName
{
color: #44753F;
}
</style>
background-color css
<style>
a { background-color: #44753F; }
a { background-color: rgb(68,117,63); }
div.DivClassName
{
background-color: #44753F;
}
.BgClassName
{
background-color: #44753F;
}
</style>
border-color css
<style>
span { border-color: #44753F; }
span { border-color: rgb(68,117,63); }
td.TdClassName
{
border-color: #44753F;
}
.TagClassName
{
border-color: #44753F;
}
</style>