Shades of Fern Green #489140
Tints of Fern Green #489140
RGB
CMYK
RGB Variations
Color information
#489140 (or 0x489140) is known color: Fern Green. HEX triplet: 48, 91 and 40. RGB value is (72,145,64). Sum of RGB (Red+Green+Blue) = 72+145+64=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #489140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489140 is #B76EBF. Grayscale: #727272. Windows color (decimal): -12021440 or 4231496. OLE color: 4231496.
HSL color Cylindrical-coordinate representation of color #489140: hue angle of 114.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489140 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 145 | 64 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.43 |
| HSL | 114.07º | 0.39% | 0.41% | - |
| HSV(B) | 114.07º | 0.56% | 0.57% | - |
| XYZ | 13.72 | 22 | 8.37 | - |
| YUV | 113.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 64 | 0.50 | 0 | 0.56 | 0.43 | 114.07 | 0.39 | 0.41 |
| Hex | 48 | 91 | 40 | 32 | 0 | 38 | 2B | 72 | 27 | 29 |
| Octal | 110 | 221 | 100 | 62 | 0 | 70 | 53 | 162 | 47 | 51 |
| Binary | 1001000 | 10010001 | 1000000 | 110010 | 0 | 111000 | 101011 | 1110010 | 100111 | 101001 |
Color Harmonies of #489140
Complementary color
Monochromatic Colors of #489140
Black with #489140
Text Example
Text Example
White with #489140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489140; }
p { color: rgb(72,145,64); }
H1.HeaderClassName
{
color: #489140;
}
.AnyTagClassName
{
color: #489140;
}
</style>
background-color css
<style>
a { background-color: #489140; }
a { background-color: rgb(72,145,64); }
div.DivClassName
{
background-color: #489140;
}
.BgClassName
{
background-color: #489140;
}
</style>
border-color css
<style>
span { border-color: #489140; }
span { border-color: rgb(72,145,64); }
td.TdClassName
{
border-color: #489140;
}
.TagClassName
{
border-color: #489140;
}
</style>