Shades of Fern Green #489041
Tints of Fern Green #489041
RGB
CMYK
RGB Variations
Color information
#489041 (or 0x489041) is known color: Fern Green. HEX triplet: 48, 90 and 41. RGB value is (72,144,65). Sum of RGB (Red+Green+Blue) = 72+144+65=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #489041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489041 is #B76FBE. Grayscale: #717171. Windows color (decimal): -12021695 or 4296776. OLE color: 4296776.
HSL color Cylindrical-coordinate representation of color #489041: hue angle of 114.68º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489041 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 65 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.44 |
| HSL | 114.68º | 0.38% | 0.41% | - |
| HSV(B) | 114.68º | 0.55% | 0.56% | - |
| XYZ | 13.6 | 21.71 | 8.47 | - |
| YUV | 113.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 65 | 0.50 | 0 | 0.55 | 0.44 | 114.68 | 0.38 | 0.41 |
| Hex | 48 | 90 | 41 | 32 | 0 | 37 | 2C | 73 | 26 | 29 |
| Octal | 110 | 220 | 101 | 62 | 0 | 67 | 54 | 163 | 46 | 51 |
| Binary | 1001000 | 10010000 | 1000001 | 110010 | 0 | 110111 | 101100 | 1110011 | 100110 | 101001 |
Color Harmonies of #489041
Complementary color
Monochromatic Colors of #489041
Black with #489041
Text Example
Text Example
White with #489041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489041; }
p { color: rgb(72,144,65); }
H1.HeaderClassName
{
color: #489041;
}
.AnyTagClassName
{
color: #489041;
}
</style>
background-color css
<style>
a { background-color: #489041; }
a { background-color: rgb(72,144,65); }
div.DivClassName
{
background-color: #489041;
}
.BgClassName
{
background-color: #489041;
}
</style>
border-color css
<style>
span { border-color: #489041; }
span { border-color: rgb(72,144,65); }
td.TdClassName
{
border-color: #489041;
}
.TagClassName
{
border-color: #489041;
}
</style>