Shades of Fern Green #447F3D
Tints of Fern Green #447F3D
RGB
CMYK
RGB Variations
Color information
#447F3D (or 0x447F3D) is known color: Fern Green. HEX triplet: 44, 7F and 3D. RGB value is (68,127,61). Sum of RGB (Red+Green+Blue) = 68+127+61=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #447F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F3D is #BB80C2. Grayscale: #666666. Windows color (decimal): -12288195 or 4030276. OLE color: 4030276.
HSL color Cylindrical-coordinate representation of color #447F3D: hue angle of 113.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #447F3D is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 61 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.50 |
| HSL | 113.64º | 0.35% | 0.37% | - |
| HSV(B) | 113.64º | 0.52% | 0.5% | - |
| XYZ | 10.82 | 16.74 | 7.08 | - |
| YUV | 101.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 61 | 0.46 | 0 | 0.52 | 0.50 | 113.64 | 0.35 | 0.37 |
| Hex | 44 | 7F | 3D | 2E | 0 | 34 | 32 | 72 | 23 | 25 |
| Octal | 104 | 177 | 75 | 56 | 0 | 64 | 62 | 162 | 43 | 45 |
| Binary | 1000100 | 1111111 | 111101 | 101110 | 0 | 110100 | 110010 | 1110010 | 100011 | 100101 |
Color Harmonies of #447F3D
Complementary color
Monochromatic Colors of #447F3D
Black with #447F3D
Text Example
Text Example
White with #447F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F3D; }
p { color: rgb(68,127,61); }
H1.HeaderClassName
{
color: #447F3D;
}
.AnyTagClassName
{
color: #447F3D;
}
</style>
background-color css
<style>
a { background-color: #447F3D; }
a { background-color: rgb(68,127,61); }
div.DivClassName
{
background-color: #447F3D;
}
.BgClassName
{
background-color: #447F3D;
}
</style>
border-color css
<style>
span { border-color: #447F3D; }
span { border-color: rgb(68,127,61); }
td.TdClassName
{
border-color: #447F3D;
}
.TagClassName
{
border-color: #447F3D;
}
</style>