Shades of Fern Green #48843E
Tints of Fern Green #48843E
RGB
CMYK
RGB Variations
Color information
#48843E (or 0x48843E) is known color: Fern Green. HEX triplet: 48, 84 and 3E. RGB value is (72,132,62). Sum of RGB (Red+Green+Blue) = 72+132+62=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #48843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48843E is #B77BC1. Grayscale: #6A6A6A. Windows color (decimal): -12024770 or 4097096. OLE color: 4097096.
HSL color Cylindrical-coordinate representation of color #48843E: hue angle of 111.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48843E is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 62 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.48 |
| HSL | 111.43º | 0.36% | 0.38% | - |
| HSV(B) | 111.43º | 0.53% | 0.52% | - |
| XYZ | 11.79 | 18.23 | 7.45 | - |
| YUV | 106.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 62 | 0.45 | 0 | 0.53 | 0.48 | 111.43 | 0.36 | 0.38 |
| Hex | 48 | 84 | 3E | 2D | 0 | 35 | 30 | 6F | 24 | 26 |
| Octal | 110 | 204 | 76 | 55 | 0 | 65 | 60 | 157 | 44 | 46 |
| Binary | 1001000 | 10000100 | 111110 | 101101 | 0 | 110101 | 110000 | 1101111 | 100100 | 100110 |
Color Harmonies of #48843E
Complementary color
Monochromatic Colors of #48843E
Black with #48843E
Text Example
Text Example
White with #48843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48843E; }
p { color: rgb(72,132,62); }
H1.HeaderClassName
{
color: #48843E;
}
.AnyTagClassName
{
color: #48843E;
}
</style>
background-color css
<style>
a { background-color: #48843E; }
a { background-color: rgb(72,132,62); }
div.DivClassName
{
background-color: #48843E;
}
.BgClassName
{
background-color: #48843E;
}
</style>
border-color css
<style>
span { border-color: #48843E; }
span { border-color: rgb(72,132,62); }
td.TdClassName
{
border-color: #48843E;
}
.TagClassName
{
border-color: #48843E;
}
</style>