Shades of Fern Green #44813F
Tints of Fern Green #44813F
RGB
CMYK
RGB Variations
Color information
#44813F (or 0x44813F) is known color: Fern Green. HEX triplet: 44, 81 and 3F. RGB value is (68,129,63). Sum of RGB (Red+Green+Blue) = 68+129+63=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #44813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44813F is #BB7EC0. Grayscale: #676767. Windows color (decimal): -12287681 or 4161860. OLE color: 4161860.
HSL color Cylindrical-coordinate representation of color #44813F: hue angle of 115.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44813F is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 63 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.49 |
| HSL | 115.45º | 0.34% | 0.38% | - |
| HSV(B) | 115.45º | 0.51% | 0.51% | - |
| XYZ | 11.13 | 17.29 | 7.45 | - |
| YUV | 103.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 63 | 0.47 | 0 | 0.51 | 0.49 | 115.45 | 0.34 | 0.38 |
| Hex | 44 | 81 | 3F | 2F | 0 | 33 | 31 | 73 | 22 | 26 |
| Octal | 104 | 201 | 77 | 57 | 0 | 63 | 61 | 163 | 42 | 46 |
| Binary | 1000100 | 10000001 | 111111 | 101111 | 0 | 110011 | 110001 | 1110011 | 100010 | 100110 |
Color Harmonies of #44813F
Complementary color
Monochromatic Colors of #44813F
Black with #44813F
Text Example
Text Example
White with #44813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44813F; }
p { color: rgb(68,129,63); }
H1.HeaderClassName
{
color: #44813F;
}
.AnyTagClassName
{
color: #44813F;
}
</style>
background-color css
<style>
a { background-color: #44813F; }
a { background-color: rgb(68,129,63); }
div.DivClassName
{
background-color: #44813F;
}
.BgClassName
{
background-color: #44813F;
}
</style>
border-color css
<style>
span { border-color: #44813F; }
span { border-color: rgb(68,129,63); }
td.TdClassName
{
border-color: #44813F;
}
.TagClassName
{
border-color: #44813F;
}
</style>