Shades of Fern Green #44863B
Tints of Fern Green #44863B
RGB
CMYK
RGB Variations
Color information
#44863B (or 0x44863B) is known color: Fern Green. HEX triplet: 44, 86 and 3B. RGB value is (68,134,59). Sum of RGB (Red+Green+Blue) = 68+134+59=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #44863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44863B is #BB79C4. Grayscale: #696969. Windows color (decimal): -12286405 or 3900996. OLE color: 3900996.
HSL color Cylindrical-coordinate representation of color #44863B: hue angle of 112.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44863B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 59 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.47 |
| HSL | 112.8º | 0.39% | 0.38% | - |
| HSV(B) | 112.8º | 0.56% | 0.53% | - |
| XYZ | 11.7 | 18.59 | 7.11 | - |
| YUV | 105.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 59 | 0.49 | 0 | 0.56 | 0.47 | 112.8 | 0.39 | 0.38 |
| Hex | 44 | 86 | 3B | 31 | 0 | 38 | 2F | 71 | 27 | 26 |
| Octal | 104 | 206 | 73 | 61 | 0 | 70 | 57 | 161 | 47 | 46 |
| Binary | 1000100 | 10000110 | 111011 | 110001 | 0 | 111000 | 101111 | 1110001 | 100111 | 100110 |
Color Harmonies of #44863B
Complementary color
Monochromatic Colors of #44863B
Black with #44863B
Text Example
Text Example
White with #44863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44863B; }
p { color: rgb(68,134,59); }
H1.HeaderClassName
{
color: #44863B;
}
.AnyTagClassName
{
color: #44863B;
}
</style>
background-color css
<style>
a { background-color: #44863B; }
a { background-color: rgb(68,134,59); }
div.DivClassName
{
background-color: #44863B;
}
.BgClassName
{
background-color: #44863B;
}
</style>
border-color css
<style>
span { border-color: #44863B; }
span { border-color: rgb(68,134,59); }
td.TdClassName
{
border-color: #44863B;
}
.TagClassName
{
border-color: #44863B;
}
</style>