Shades of Fern Green #49843C
Tints of Fern Green #49843C
RGB
CMYK
RGB Variations
Color information
#49843C (or 0x49843C) is known color: Fern Green. HEX triplet: 49, 84 and 3C. RGB value is (73,132,60). Sum of RGB (Red+Green+Blue) = 73+132+60=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #49843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49843C is #B67BC3. Grayscale: #6A6A6A. Windows color (decimal): -11959236 or 3966025. OLE color: 3966025.
HSL color Cylindrical-coordinate representation of color #49843C: hue angle of 109.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49843C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 60 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.48 |
| HSL | 109.17º | 0.38% | 0.38% | - |
| HSV(B) | 109.17º | 0.55% | 0.52% | - |
| XYZ | 11.81 | 18.25 | 7.17 | - |
| YUV | 106.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 60 | 0.45 | 0 | 0.55 | 0.48 | 109.17 | 0.38 | 0.38 |
| Hex | 49 | 84 | 3C | 2D | 0 | 37 | 30 | 6D | 26 | 26 |
| Octal | 111 | 204 | 74 | 55 | 0 | 67 | 60 | 155 | 46 | 46 |
| Binary | 1001001 | 10000100 | 111100 | 101101 | 0 | 110111 | 110000 | 1101101 | 100110 | 100110 |
Color Harmonies of #49843C
Complementary color
Monochromatic Colors of #49843C
Black with #49843C
Text Example
Text Example
White with #49843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49843C; }
p { color: rgb(73,132,60); }
H1.HeaderClassName
{
color: #49843C;
}
.AnyTagClassName
{
color: #49843C;
}
</style>
background-color css
<style>
a { background-color: #49843C; }
a { background-color: rgb(73,132,60); }
div.DivClassName
{
background-color: #49843C;
}
.BgClassName
{
background-color: #49843C;
}
</style>
border-color css
<style>
span { border-color: #49843C; }
span { border-color: rgb(73,132,60); }
td.TdClassName
{
border-color: #49843C;
}
.TagClassName
{
border-color: #49843C;
}
</style>