Shades of Fern Green #447640
Tints of Fern Green #447640
RGB
CMYK
RGB Variations
Color information
#447640 (or 0x447640) is known color: Fern Green. HEX triplet: 44, 76 and 40. RGB value is (68,118,64). Sum of RGB (Red+Green+Blue) = 68+118+64=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #447640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447640 is #BB89BF. Grayscale: #616161. Windows color (decimal): -12290496 or 4224580. OLE color: 4224580.
HSL color Cylindrical-coordinate representation of color #447640: hue angle of 115.56º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447640 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 64 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.54 |
| HSL | 115.56º | 0.3% | 0.36% | - |
| HSV(B) | 115.56º | 0.46% | 0.46% | - |
| XYZ | 9.79 | 14.56 | 7.14 | - |
| YUV | 96.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 64 | 0.42 | 0 | 0.46 | 0.54 | 115.56 | 0.3 | 0.36 |
| Hex | 44 | 76 | 40 | 2A | 0 | 2E | 36 | 74 | 1E | 24 |
| Octal | 104 | 166 | 100 | 52 | 0 | 56 | 66 | 164 | 36 | 44 |
| Binary | 1000100 | 1110110 | 1000000 | 101010 | 0 | 101110 | 110110 | 1110100 | 11110 | 100100 |
Color Harmonies of #447640
Complementary color
Monochromatic Colors of #447640
Black with #447640
Text Example
Text Example
White with #447640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447640; }
p { color: rgb(68,118,64); }
H1.HeaderClassName
{
color: #447640;
}
.AnyTagClassName
{
color: #447640;
}
</style>
background-color css
<style>
a { background-color: #447640; }
a { background-color: rgb(68,118,64); }
div.DivClassName
{
background-color: #447640;
}
.BgClassName
{
background-color: #447640;
}
</style>
border-color css
<style>
span { border-color: #447640; }
span { border-color: rgb(68,118,64); }
td.TdClassName
{
border-color: #447640;
}
.TagClassName
{
border-color: #447640;
}
</style>