Shades of Fern Green #48893C
Tints of Fern Green #48893C
RGB
CMYK
RGB Variations
Color information
#48893C (or 0x48893C) is known color: Fern Green. HEX triplet: 48, 89 and 3C. RGB value is (72,137,60). Sum of RGB (Red+Green+Blue) = 72+137+60=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #48893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48893C is #B776C3. Grayscale: #6D6D6D. Windows color (decimal): -12023492 or 3967304. OLE color: 3967304.
HSL color Cylindrical-coordinate representation of color #48893C: hue angle of 110.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48893C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 60 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.46 |
| HSL | 110.65º | 0.39% | 0.39% | - |
| HSV(B) | 110.65º | 0.56% | 0.54% | - |
| XYZ | 12.43 | 19.6 | 7.4 | - |
| YUV | 108.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 60 | 0.47 | 0 | 0.56 | 0.46 | 110.65 | 0.39 | 0.39 |
| Hex | 48 | 89 | 3C | 2F | 0 | 38 | 2E | 6F | 27 | 27 |
| Octal | 110 | 211 | 74 | 57 | 0 | 70 | 56 | 157 | 47 | 47 |
| Binary | 1001000 | 10001001 | 111100 | 101111 | 0 | 111000 | 101110 | 1101111 | 100111 | 100111 |
Color Harmonies of #48893C
Complementary color
Monochromatic Colors of #48893C
Black with #48893C
Text Example
Text Example
White with #48893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48893C; }
p { color: rgb(72,137,60); }
H1.HeaderClassName
{
color: #48893C;
}
.AnyTagClassName
{
color: #48893C;
}
</style>
background-color css
<style>
a { background-color: #48893C; }
a { background-color: rgb(72,137,60); }
div.DivClassName
{
background-color: #48893C;
}
.BgClassName
{
background-color: #48893C;
}
</style>
border-color css
<style>
span { border-color: #48893C; }
span { border-color: rgb(72,137,60); }
td.TdClassName
{
border-color: #48893C;
}
.TagClassName
{
border-color: #48893C;
}
</style>