Shades of Fern Green #448440
Tints of Fern Green #448440
RGB
CMYK
RGB Variations
Color information
#448440 (or 0x448440) is known color: Fern Green. HEX triplet: 44, 84 and 40. RGB value is (68,132,64). Sum of RGB (Red+Green+Blue) = 68+132+64=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #448440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448440 is #BB7BBF. Grayscale: #696969. Windows color (decimal): -12286912 or 4228164. OLE color: 4228164.
HSL color Cylindrical-coordinate representation of color #448440: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448440 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 64 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.48 |
| HSL | 116.47º | 0.35% | 0.38% | - |
| HSV(B) | 116.47º | 0.52% | 0.52% | - |
| XYZ | 11.56 | 18.1 | 7.74 | - |
| YUV | 105.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 64 | 0.48 | 0 | 0.52 | 0.48 | 116.47 | 0.35 | 0.38 |
| Hex | 44 | 84 | 40 | 30 | 0 | 34 | 30 | 74 | 23 | 26 |
| Octal | 104 | 204 | 100 | 60 | 0 | 64 | 60 | 164 | 43 | 46 |
| Binary | 1000100 | 10000100 | 1000000 | 110000 | 0 | 110100 | 110000 | 1110100 | 100011 | 100110 |
Color Harmonies of #448440
Complementary color
Monochromatic Colors of #448440
Black with #448440
Text Example
Text Example
White with #448440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448440; }
p { color: rgb(68,132,64); }
H1.HeaderClassName
{
color: #448440;
}
.AnyTagClassName
{
color: #448440;
}
</style>
background-color css
<style>
a { background-color: #448440; }
a { background-color: rgb(68,132,64); }
div.DivClassName
{
background-color: #448440;
}
.BgClassName
{
background-color: #448440;
}
</style>
border-color css
<style>
span { border-color: #448440; }
span { border-color: rgb(68,132,64); }
td.TdClassName
{
border-color: #448440;
}
.TagClassName
{
border-color: #448440;
}
</style>