Shades of Fern Green #488340
Tints of Fern Green #488340
RGB
CMYK
RGB Variations
Color information
#488340 (or 0x488340) is known color: Fern Green. HEX triplet: 48, 83 and 40. RGB value is (72,131,64). Sum of RGB (Red+Green+Blue) = 72+131+64=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #488340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488340 is #B77CBF. Grayscale: #696969. Windows color (decimal): -12025024 or 4227912. OLE color: 4227912.
HSL color Cylindrical-coordinate representation of color #488340: hue angle of 112.84º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488340 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 64 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.49 |
| HSL | 112.84º | 0.34% | 0.38% | - |
| HSV(B) | 112.84º | 0.51% | 0.51% | - |
| XYZ | 11.71 | 17.98 | 7.7 | - |
| YUV | 105.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 64 | 0.45 | 0 | 0.51 | 0.49 | 112.84 | 0.34 | 0.38 |
| Hex | 48 | 83 | 40 | 2D | 0 | 33 | 31 | 71 | 22 | 26 |
| Octal | 110 | 203 | 100 | 55 | 0 | 63 | 61 | 161 | 42 | 46 |
| Binary | 1001000 | 10000011 | 1000000 | 101101 | 0 | 110011 | 110001 | 1110001 | 100010 | 100110 |
Color Harmonies of #488340
Complementary color
Monochromatic Colors of #488340
Black with #488340
Text Example
Text Example
White with #488340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488340; }
p { color: rgb(72,131,64); }
H1.HeaderClassName
{
color: #488340;
}
.AnyTagClassName
{
color: #488340;
}
</style>
background-color css
<style>
a { background-color: #488340; }
a { background-color: rgb(72,131,64); }
div.DivClassName
{
background-color: #488340;
}
.BgClassName
{
background-color: #488340;
}
</style>
border-color css
<style>
span { border-color: #488340; }
span { border-color: rgb(72,131,64); }
td.TdClassName
{
border-color: #488340;
}
.TagClassName
{
border-color: #488340;
}
</style>