Shades of Fern Green #448138
Tints of Fern Green #448138
RGB
CMYK
RGB Variations
Color information
#448138 (or 0x448138) is known color: Fern Green. HEX triplet: 44, 81 and 38. RGB value is (68,129,56). Sum of RGB (Red+Green+Blue) = 68+129+56=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #448138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448138 is #BB7EC7. Grayscale: #666666. Windows color (decimal): -12287688 or 3703108. OLE color: 3703108.
HSL color Cylindrical-coordinate representation of color #448138: hue angle of 110.14º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448138 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 56 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.49 |
| HSL | 110.14º | 0.39% | 0.36% | - |
| HSV(B) | 110.14º | 0.57% | 0.51% | - |
| XYZ | 10.95 | 17.21 | 6.49 | - |
| YUV | 102.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 56 | 0.47 | 0 | 0.57 | 0.49 | 110.14 | 0.39 | 0.36 |
| Hex | 44 | 81 | 38 | 2F | 0 | 39 | 31 | 6E | 27 | 24 |
| Octal | 104 | 201 | 70 | 57 | 0 | 71 | 61 | 156 | 47 | 44 |
| Binary | 1000100 | 10000001 | 111000 | 101111 | 0 | 111001 | 110001 | 1101110 | 100111 | 100100 |
Color Harmonies of #448138
Complementary color
Monochromatic Colors of #448138
Black with #448138
Text Example
Text Example
White with #448138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448138; }
p { color: rgb(68,129,56); }
H1.HeaderClassName
{
color: #448138;
}
.AnyTagClassName
{
color: #448138;
}
</style>
background-color css
<style>
a { background-color: #448138; }
a { background-color: rgb(68,129,56); }
div.DivClassName
{
background-color: #448138;
}
.BgClassName
{
background-color: #448138;
}
</style>
border-color css
<style>
span { border-color: #448138; }
span { border-color: rgb(68,129,56); }
td.TdClassName
{
border-color: #448138;
}
.TagClassName
{
border-color: #448138;
}
</style>