Shades of Fern Green #448040
Tints of Fern Green #448040
RGB
CMYK
RGB Variations
Color information
#448040 (or 0x448040) is known color: Fern Green. HEX triplet: 44, 80 and 40. RGB value is (68,128,64). Sum of RGB (Red+Green+Blue) = 68+128+64=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #448040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448040 is #BB7FBF. Grayscale: #666666. Windows color (decimal): -12287936 or 4227140. OLE color: 4227140.
HSL color Cylindrical-coordinate representation of color #448040: hue angle of 116.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448040 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 64 | - |
| CMYK | 0.47 | 0 | 0.5 | 0.50 |
| HSL | 116.25º | 0.33% | 0.38% | - |
| HSV(B) | 116.25º | 0.5% | 0.5% | - |
| XYZ | 11.03 | 17.04 | 7.56 | - |
| YUV | 102.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 64 | 0.47 | 0 | 0.5 | 0.50 | 116.25 | 0.33 | 0.38 |
| Hex | 44 | 80 | 40 | 2F | 0 | 32 | 32 | 74 | 21 | 26 |
| Octal | 104 | 200 | 100 | 57 | 0 | 62 | 62 | 164 | 41 | 46 |
| Binary | 1000100 | 10000000 | 1000000 | 101111 | 0 | 110010 | 110010 | 1110100 | 100001 | 100110 |
Color Harmonies of #448040
Complementary color
Monochromatic Colors of #448040
Black with #448040
Text Example
Text Example
White with #448040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448040; }
p { color: rgb(68,128,64); }
H1.HeaderClassName
{
color: #448040;
}
.AnyTagClassName
{
color: #448040;
}
</style>
background-color css
<style>
a { background-color: #448040; }
a { background-color: rgb(68,128,64); }
div.DivClassName
{
background-color: #448040;
}
.BgClassName
{
background-color: #448040;
}
</style>
border-color css
<style>
span { border-color: #448040; }
span { border-color: rgb(68,128,64); }
td.TdClassName
{
border-color: #448040;
}
.TagClassName
{
border-color: #448040;
}
</style>