Shades of Fern Green #488337
Tints of Fern Green #488337
RGB
CMYK
RGB Variations
Color information
#488337 (or 0x488337) is known color: Fern Green. HEX triplet: 48, 83 and 37. RGB value is (72,131,55). Sum of RGB (Red+Green+Blue) = 72+131+55=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #488337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488337 is #B77CC8. Grayscale: #686868. Windows color (decimal): -12025033 or 3638088. OLE color: 3638088.
HSL color Cylindrical-coordinate representation of color #488337: hue angle of 106.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488337 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 55 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.49 |
| HSL | 106.58º | 0.41% | 0.36% | - |
| HSV(B) | 106.58º | 0.58% | 0.51% | - |
| XYZ | 11.48 | 17.89 | 6.46 | - |
| YUV | 104.7 | 99.95 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 55 | 0.45 | 0 | 0.58 | 0.49 | 106.58 | 0.41 | 0.36 |
| Hex | 48 | 83 | 37 | 2D | 0 | 3A | 31 | 6B | 29 | 24 |
| Octal | 110 | 203 | 67 | 55 | 0 | 72 | 61 | 153 | 51 | 44 |
| Binary | 1001000 | 10000011 | 110111 | 101101 | 0 | 111010 | 110001 | 1101011 | 101001 | 100100 |
Color Harmonies of #488337
Complementary color
Monochromatic Colors of #488337
Black with #488337
Text Example
Text Example
White with #488337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488337; }
p { color: rgb(72,131,55); }
H1.HeaderClassName
{
color: #488337;
}
.AnyTagClassName
{
color: #488337;
}
</style>
background-color css
<style>
a { background-color: #488337; }
a { background-color: rgb(72,131,55); }
div.DivClassName
{
background-color: #488337;
}
.BgClassName
{
background-color: #488337;
}
</style>
border-color css
<style>
span { border-color: #488337; }
span { border-color: rgb(72,131,55); }
td.TdClassName
{
border-color: #488337;
}
.TagClassName
{
border-color: #488337;
}
</style>