Shades of Fern Green #448139
Tints of Fern Green #448139
RGB
CMYK
RGB Variations
Color information
#448139 (or 0x448139) is known color: Fern Green. HEX triplet: 44, 81 and 39. RGB value is (68,129,57). Sum of RGB (Red+Green+Blue) = 68+129+57=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #448139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448139 is #BB7EC6. Grayscale: #666666. Windows color (decimal): -12287687 or 3768644. OLE color: 3768644.
HSL color Cylindrical-coordinate representation of color #448139: hue angle of 110.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448139 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 57 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.49 |
| HSL | 110.83º | 0.39% | 0.36% | - |
| HSV(B) | 110.83º | 0.56% | 0.51% | - |
| XYZ | 10.97 | 17.22 | 6.62 | - |
| YUV | 102.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 57 | 0.47 | 0 | 0.56 | 0.49 | 110.83 | 0.39 | 0.36 |
| Hex | 44 | 81 | 39 | 2F | 0 | 38 | 31 | 6F | 27 | 24 |
| Octal | 104 | 201 | 71 | 57 | 0 | 70 | 61 | 157 | 47 | 44 |
| Binary | 1000100 | 10000001 | 111001 | 101111 | 0 | 111000 | 110001 | 1101111 | 100111 | 100100 |
Color Harmonies of #448139
Complementary color
Monochromatic Colors of #448139
Black with #448139
Text Example
Text Example
White with #448139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448139; }
p { color: rgb(68,129,57); }
H1.HeaderClassName
{
color: #448139;
}
.AnyTagClassName
{
color: #448139;
}
</style>
background-color css
<style>
a { background-color: #448139; }
a { background-color: rgb(68,129,57); }
div.DivClassName
{
background-color: #448139;
}
.BgClassName
{
background-color: #448139;
}
</style>
border-color css
<style>
span { border-color: #448139; }
span { border-color: rgb(68,129,57); }
td.TdClassName
{
border-color: #448139;
}
.TagClassName
{
border-color: #448139;
}
</style>