Shades of Fern Green #48843C
Tints of Fern Green #48843C
RGB
CMYK
RGB Variations
Color information
#48843C (or 0x48843C) is known color: Fern Green. HEX triplet: 48, 84 and 3C. RGB value is (72,132,60). Sum of RGB (Red+Green+Blue) = 72+132+60=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #48843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48843C is #B77BC3. Grayscale: #6A6A6A. Windows color (decimal): -12024772 or 3966024. OLE color: 3966024.
HSL color Cylindrical-coordinate representation of color #48843C: hue angle of 110º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48843C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 60 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.48 |
| HSL | 110º | 0.38% | 0.38% | - |
| HSV(B) | 110º | 0.55% | 0.52% | - |
| XYZ | 11.74 | 18.21 | 7.17 | - |
| YUV | 105.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 60 | 0.45 | 0 | 0.55 | 0.48 | 110 | 0.38 | 0.38 |
| Hex | 48 | 84 | 3C | 2D | 0 | 37 | 30 | 6E | 26 | 26 |
| Octal | 110 | 204 | 74 | 55 | 0 | 67 | 60 | 156 | 46 | 46 |
| Binary | 1001000 | 10000100 | 111100 | 101101 | 0 | 110111 | 110000 | 1101110 | 100110 | 100110 |
Color Harmonies of #48843C
Complementary color
Monochromatic Colors of #48843C
Black with #48843C
Text Example
Text Example
White with #48843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48843C; }
p { color: rgb(72,132,60); }
H1.HeaderClassName
{
color: #48843C;
}
.AnyTagClassName
{
color: #48843C;
}
</style>
background-color css
<style>
a { background-color: #48843C; }
a { background-color: rgb(72,132,60); }
div.DivClassName
{
background-color: #48843C;
}
.BgClassName
{
background-color: #48843C;
}
</style>
border-color css
<style>
span { border-color: #48843C; }
span { border-color: rgb(72,132,60); }
td.TdClassName
{
border-color: #48843C;
}
.TagClassName
{
border-color: #48843C;
}
</style>