Shades of Fern Green #498045
Tints of Fern Green #498045
RGB
CMYK
RGB Variations
Color information
#498045 (or 0x498045) is known color: Fern Green. HEX triplet: 49, 80 and 45. RGB value is (73,128,69). Sum of RGB (Red+Green+Blue) = 73+128+69=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #498045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498045 is #B67FBA. Grayscale: #696969. Windows color (decimal): -11960251 or 4554825. OLE color: 4554825.
HSL color Cylindrical-coordinate representation of color #498045: hue angle of 115.93º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498045 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 69 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.50 |
| HSL | 115.93º | 0.3% | 0.39% | - |
| HSV(B) | 115.93º | 0.46% | 0.5% | - |
| XYZ | 11.54 | 17.28 | 8.36 | - |
| YUV | 104.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 69 | 0.43 | 0 | 0.46 | 0.50 | 115.93 | 0.3 | 0.39 |
| Hex | 49 | 80 | 45 | 2B | 0 | 2E | 32 | 74 | 1E | 27 |
| Octal | 111 | 200 | 105 | 53 | 0 | 56 | 62 | 164 | 36 | 47 |
| Binary | 1001001 | 10000000 | 1000101 | 101011 | 0 | 101110 | 110010 | 1110100 | 11110 | 100111 |
Color Harmonies of #498045
Complementary color
Monochromatic Colors of #498045
Black with #498045
Text Example
Text Example
White with #498045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498045; }
p { color: rgb(73,128,69); }
H1.HeaderClassName
{
color: #498045;
}
.AnyTagClassName
{
color: #498045;
}
</style>
background-color css
<style>
a { background-color: #498045; }
a { background-color: rgb(73,128,69); }
div.DivClassName
{
background-color: #498045;
}
.BgClassName
{
background-color: #498045;
}
</style>
border-color css
<style>
span { border-color: #498045; }
span { border-color: rgb(73,128,69); }
td.TdClassName
{
border-color: #498045;
}
.TagClassName
{
border-color: #498045;
}
</style>