Shades of Fern Green #447D3C
Tints of Fern Green #447D3C
RGB
CMYK
RGB Variations
Color information
#447D3C (or 0x447D3C) is known color: Fern Green. HEX triplet: 44, 7D and 3C. RGB value is (68,125,60). Sum of RGB (Red+Green+Blue) = 68+125+60=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #447D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447D3C is #BB82C3. Grayscale: #646464. Windows color (decimal): -12288708 or 3964228. OLE color: 3964228.
HSL color Cylindrical-coordinate representation of color #447D3C: hue angle of 112.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #447D3C is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 60 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.51 |
| HSL | 112.62º | 0.35% | 0.36% | - |
| HSV(B) | 112.62º | 0.52% | 0.49% | - |
| XYZ | 10.53 | 16.22 | 6.85 | - |
| YUV | 100.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 60 | 0.46 | 0 | 0.52 | 0.51 | 112.62 | 0.35 | 0.36 |
| Hex | 44 | 7D | 3C | 2E | 0 | 34 | 33 | 71 | 23 | 24 |
| Octal | 104 | 175 | 74 | 56 | 0 | 64 | 63 | 161 | 43 | 44 |
| Binary | 1000100 | 1111101 | 111100 | 101110 | 0 | 110100 | 110011 | 1110001 | 100011 | 100100 |
Color Harmonies of #447D3C
Complementary color
Monochromatic Colors of #447D3C
Black with #447D3C
Text Example
Text Example
White with #447D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D3C; }
p { color: rgb(68,125,60); }
H1.HeaderClassName
{
color: #447D3C;
}
.AnyTagClassName
{
color: #447D3C;
}
</style>
background-color css
<style>
a { background-color: #447D3C; }
a { background-color: rgb(68,125,60); }
div.DivClassName
{
background-color: #447D3C;
}
.BgClassName
{
background-color: #447D3C;
}
</style>
border-color css
<style>
span { border-color: #447D3C; }
span { border-color: rgb(68,125,60); }
td.TdClassName
{
border-color: #447D3C;
}
.TagClassName
{
border-color: #447D3C;
}
</style>