Shades of Fern Green #447F42
Tints of Fern Green #447F42
RGB
CMYK
RGB Variations
Color information
#447F42 (or 0x447F42) is known color: Fern Green. HEX triplet: 44, 7F and 42. RGB value is (68,127,66). Sum of RGB (Red+Green+Blue) = 68+127+66=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #447F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F42 is #BB80BD. Grayscale: #666666. Windows color (decimal): -12288190 or 4357956. OLE color: 4357956.
HSL color Cylindrical-coordinate representation of color #447F42: hue angle of 118.03º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447F42 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 66 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.50 |
| HSL | 118.03º | 0.32% | 0.38% | - |
| HSV(B) | 118.03º | 0.48% | 0.5% | - |
| XYZ | 10.96 | 16.8 | 7.82 | - |
| YUV | 102.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 66 | 0.46 | 0 | 0.48 | 0.50 | 118.03 | 0.32 | 0.38 |
| Hex | 44 | 7F | 42 | 2E | 0 | 30 | 32 | 76 | 20 | 26 |
| Octal | 104 | 177 | 102 | 56 | 0 | 60 | 62 | 166 | 40 | 46 |
| Binary | 1000100 | 1111111 | 1000010 | 101110 | 0 | 110000 | 110010 | 1110110 | 100000 | 100110 |
Color Harmonies of #447F42
Complementary color
Monochromatic Colors of #447F42
Black with #447F42
Text Example
Text Example
White with #447F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F42; }
p { color: rgb(68,127,66); }
H1.HeaderClassName
{
color: #447F42;
}
.AnyTagClassName
{
color: #447F42;
}
</style>
background-color css
<style>
a { background-color: #447F42; }
a { background-color: rgb(68,127,66); }
div.DivClassName
{
background-color: #447F42;
}
.BgClassName
{
background-color: #447F42;
}
</style>
border-color css
<style>
span { border-color: #447F42; }
span { border-color: rgb(68,127,66); }
td.TdClassName
{
border-color: #447F42;
}
.TagClassName
{
border-color: #447F42;
}
</style>