Shades of Fern Green #44803C
Tints of Fern Green #44803C
RGB
CMYK
RGB Variations
Color information
#44803C (or 0x44803C) is known color: Fern Green. HEX triplet: 44, 80 and 3C. RGB value is (68,128,60). Sum of RGB (Red+Green+Blue) = 68+128+60=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #44803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44803C is #BB7FC3. Grayscale: #666666. Windows color (decimal): -12287940 or 3964996. OLE color: 3964996.
HSL color Cylindrical-coordinate representation of color #44803C: hue angle of 112.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44803C is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 60 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.50 |
| HSL | 112.94º | 0.36% | 0.37% | - |
| HSV(B) | 112.94º | 0.53% | 0.5% | - |
| XYZ | 10.92 | 16.99 | 6.98 | - |
| YUV | 102.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 60 | 0.47 | 0 | 0.53 | 0.50 | 112.94 | 0.36 | 0.37 |
| Hex | 44 | 80 | 3C | 2F | 0 | 35 | 32 | 71 | 24 | 25 |
| Octal | 104 | 200 | 74 | 57 | 0 | 65 | 62 | 161 | 44 | 45 |
| Binary | 1000100 | 10000000 | 111100 | 101111 | 0 | 110101 | 110010 | 1110001 | 100100 | 100101 |
Color Harmonies of #44803C
Complementary color
Monochromatic Colors of #44803C
Black with #44803C
Text Example
Text Example
White with #44803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44803C; }
p { color: rgb(68,128,60); }
H1.HeaderClassName
{
color: #44803C;
}
.AnyTagClassName
{
color: #44803C;
}
</style>
background-color css
<style>
a { background-color: #44803C; }
a { background-color: rgb(68,128,60); }
div.DivClassName
{
background-color: #44803C;
}
.BgClassName
{
background-color: #44803C;
}
</style>
border-color css
<style>
span { border-color: #44803C; }
span { border-color: rgb(68,128,60); }
td.TdClassName
{
border-color: #44803C;
}
.TagClassName
{
border-color: #44803C;
}
</style>