Shades of Fern Green #49783C
Tints of Fern Green #49783C
RGB
CMYK
RGB Variations
Color information
#49783C (or 0x49783C) is known color: Fern Green. HEX triplet: 49, 78 and 3C. RGB value is (73,120,60). Sum of RGB (Red+Green+Blue) = 73+120+60=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #49783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49783C is #B687C3. Grayscale: #636363. Windows color (decimal): -11962308 or 3962953. OLE color: 3962953.
HSL color Cylindrical-coordinate representation of color #49783C: hue angle of 107º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49783C is Cyan = 0.39, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 60 | - |
| CMYK | 0.39 | 0 | 0.5 | 0.53 |
| HSL | 107º | 0.33% | 0.35% | - |
| HSV(B) | 107º | 0.5% | 0.47% | - |
| XYZ | 10.28 | 15.18 | 6.66 | - |
| YUV | 99.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 60 | 0.39 | 0 | 0.5 | 0.53 | 107 | 0.33 | 0.35 |
| Hex | 49 | 78 | 3C | 27 | 0 | 32 | 35 | 6B | 21 | 23 |
| Octal | 111 | 170 | 74 | 47 | 0 | 62 | 65 | 153 | 41 | 43 |
| Binary | 1001001 | 1111000 | 111100 | 100111 | 0 | 110010 | 110101 | 1101011 | 100001 | 100011 |
Color Harmonies of #49783C
Complementary color
Monochromatic Colors of #49783C
Black with #49783C
Text Example
Text Example
White with #49783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49783C; }
p { color: rgb(73,120,60); }
H1.HeaderClassName
{
color: #49783C;
}
.AnyTagClassName
{
color: #49783C;
}
</style>
background-color css
<style>
a { background-color: #49783C; }
a { background-color: rgb(73,120,60); }
div.DivClassName
{
background-color: #49783C;
}
.BgClassName
{
background-color: #49783C;
}
</style>
border-color css
<style>
span { border-color: #49783C; }
span { border-color: rgb(73,120,60); }
td.TdClassName
{
border-color: #49783C;
}
.TagClassName
{
border-color: #49783C;
}
</style>