Shades of Fern Green #48883E
Tints of Fern Green #48883E
RGB
CMYK
RGB Variations
Color information
#48883E (or 0x48883E) is known color: Fern Green. HEX triplet: 48, 88 and 3E. RGB value is (72,136,62). Sum of RGB (Red+Green+Blue) = 72+136+62=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #48883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48883E is #B777C1. Grayscale: #6C6C6C. Windows color (decimal): -12023746 or 4098120. OLE color: 4098120.
HSL color Cylindrical-coordinate representation of color #48883E: hue angle of 111.89º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48883E is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 62 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.47 |
| HSL | 111.89º | 0.37% | 0.39% | - |
| HSV(B) | 111.89º | 0.54% | 0.53% | - |
| XYZ | 12.35 | 19.33 | 7.64 | - |
| YUV | 108.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 62 | 0.47 | 0 | 0.54 | 0.47 | 111.89 | 0.37 | 0.39 |
| Hex | 48 | 88 | 3E | 2F | 0 | 36 | 2F | 70 | 25 | 27 |
| Octal | 110 | 210 | 76 | 57 | 0 | 66 | 57 | 160 | 45 | 47 |
| Binary | 1001000 | 10001000 | 111110 | 101111 | 0 | 110110 | 101111 | 1110000 | 100101 | 100111 |
Color Harmonies of #48883E
Complementary color
Monochromatic Colors of #48883E
Black with #48883E
Text Example
Text Example
White with #48883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48883E; }
p { color: rgb(72,136,62); }
H1.HeaderClassName
{
color: #48883E;
}
.AnyTagClassName
{
color: #48883E;
}
</style>
background-color css
<style>
a { background-color: #48883E; }
a { background-color: rgb(72,136,62); }
div.DivClassName
{
background-color: #48883E;
}
.BgClassName
{
background-color: #48883E;
}
</style>
border-color css
<style>
span { border-color: #48883E; }
span { border-color: rgb(72,136,62); }
td.TdClassName
{
border-color: #48883E;
}
.TagClassName
{
border-color: #48883E;
}
</style>