Shades of Fern Green #448041
Tints of Fern Green #448041
RGB
CMYK
RGB Variations
Color information
#448041 (or 0x448041) is known color: Fern Green. HEX triplet: 44, 80 and 41. RGB value is (68,128,65). Sum of RGB (Red+Green+Blue) = 68+128+65=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #448041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448041 is #BB7FBE. Grayscale: #676767. Windows color (decimal): -12287935 or 4292676. OLE color: 4292676.
HSL color Cylindrical-coordinate representation of color #448041: hue angle of 117.14º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448041 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 65 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.50 |
| HSL | 117.14º | 0.33% | 0.38% | - |
| HSV(B) | 117.14º | 0.49% | 0.5% | - |
| XYZ | 11.06 | 17.05 | 7.71 | - |
| YUV | 102.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 65 | 0.47 | 0 | 0.49 | 0.50 | 117.14 | 0.33 | 0.38 |
| Hex | 44 | 80 | 41 | 2F | 0 | 31 | 32 | 75 | 21 | 26 |
| Octal | 104 | 200 | 101 | 57 | 0 | 61 | 62 | 165 | 41 | 46 |
| Binary | 1000100 | 10000000 | 1000001 | 101111 | 0 | 110001 | 110010 | 1110101 | 100001 | 100110 |
Color Harmonies of #448041
Complementary color
Monochromatic Colors of #448041
Black with #448041
Text Example
Text Example
White with #448041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448041; }
p { color: rgb(68,128,65); }
H1.HeaderClassName
{
color: #448041;
}
.AnyTagClassName
{
color: #448041;
}
</style>
background-color css
<style>
a { background-color: #448041; }
a { background-color: rgb(68,128,65); }
div.DivClassName
{
background-color: #448041;
}
.BgClassName
{
background-color: #448041;
}
</style>
border-color css
<style>
span { border-color: #448041; }
span { border-color: rgb(68,128,65); }
td.TdClassName
{
border-color: #448041;
}
.TagClassName
{
border-color: #448041;
}
</style>