Shades of Fern Green #44813C
Tints of Fern Green #44813C
RGB
CMYK
RGB Variations
Color information
#44813C (or 0x44813C) is known color: Fern Green. HEX triplet: 44, 81 and 3C. RGB value is (68,129,60). Sum of RGB (Red+Green+Blue) = 68+129+60=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #44813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44813C is #BB7EC3. Grayscale: #676767. Windows color (decimal): -12287684 or 3965252. OLE color: 3965252.
HSL color Cylindrical-coordinate representation of color #44813C: hue angle of 113.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44813C is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 60 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.49 |
| HSL | 113.04º | 0.37% | 0.37% | - |
| HSV(B) | 113.04º | 0.53% | 0.51% | - |
| XYZ | 11.05 | 17.26 | 7.02 | - |
| YUV | 102.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 60 | 0.47 | 0 | 0.53 | 0.49 | 113.04 | 0.37 | 0.37 |
| Hex | 44 | 81 | 3C | 2F | 0 | 35 | 31 | 71 | 25 | 25 |
| Octal | 104 | 201 | 74 | 57 | 0 | 65 | 61 | 161 | 45 | 45 |
| Binary | 1000100 | 10000001 | 111100 | 101111 | 0 | 110101 | 110001 | 1110001 | 100101 | 100101 |
Color Harmonies of #44813C
Complementary color
Monochromatic Colors of #44813C
Black with #44813C
Text Example
Text Example
White with #44813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44813C; }
p { color: rgb(68,129,60); }
H1.HeaderClassName
{
color: #44813C;
}
.AnyTagClassName
{
color: #44813C;
}
</style>
background-color css
<style>
a { background-color: #44813C; }
a { background-color: rgb(68,129,60); }
div.DivClassName
{
background-color: #44813C;
}
.BgClassName
{
background-color: #44813C;
}
</style>
border-color css
<style>
span { border-color: #44813C; }
span { border-color: rgb(68,129,60); }
td.TdClassName
{
border-color: #44813C;
}
.TagClassName
{
border-color: #44813C;
}
</style>