Shades of Fern Green #498745
Tints of Fern Green #498745
RGB
CMYK
RGB Variations
Color information
#498745 (or 0x498745) is known color: Fern Green. HEX triplet: 49, 87 and 45. RGB value is (73,135,69). Sum of RGB (Red+Green+Blue) = 73+135+69=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #498745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498745 is #B678BA. Grayscale: #6D6D6D. Windows color (decimal): -11958459 or 4556617. OLE color: 4556617.
HSL color Cylindrical-coordinate representation of color #498745: hue angle of 116.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498745 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 69 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.47 |
| HSL | 116.36º | 0.32% | 0.4% | - |
| HSV(B) | 116.36º | 0.49% | 0.53% | - |
| XYZ | 12.49 | 19.17 | 8.67 | - |
| YUV | 108.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 69 | 0.46 | 0 | 0.49 | 0.47 | 116.36 | 0.32 | 0.4 |
| Hex | 49 | 87 | 45 | 2E | 0 | 31 | 2F | 74 | 20 | 28 |
| Octal | 111 | 207 | 105 | 56 | 0 | 61 | 57 | 164 | 40 | 50 |
| Binary | 1001001 | 10000111 | 1000101 | 101110 | 0 | 110001 | 101111 | 1110100 | 100000 | 101000 |
Color Harmonies of #498745
Complementary color
Monochromatic Colors of #498745
Black with #498745
Text Example
Text Example
White with #498745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498745; }
p { color: rgb(73,135,69); }
H1.HeaderClassName
{
color: #498745;
}
.AnyTagClassName
{
color: #498745;
}
</style>
background-color css
<style>
a { background-color: #498745; }
a { background-color: rgb(73,135,69); }
div.DivClassName
{
background-color: #498745;
}
.BgClassName
{
background-color: #498745;
}
</style>
border-color css
<style>
span { border-color: #498745; }
span { border-color: rgb(73,135,69); }
td.TdClassName
{
border-color: #498745;
}
.TagClassName
{
border-color: #498745;
}
</style>