Shades of Fern Green #48733E
Tints of Fern Green #48733E
RGB
CMYK
RGB Variations
Color information
#48733E (or 0x48733E) is known color: Fern Green. HEX triplet: 48, 73 and 3E. RGB value is (72,115,62). Sum of RGB (Red+Green+Blue) = 72+115+62=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #48733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48733E is #B78CC1. Grayscale: #606060. Windows color (decimal): -12029122 or 4092744. OLE color: 4092744.
HSL color Cylindrical-coordinate representation of color #48733E: hue angle of 108.68º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48733E is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 62 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.55 |
| HSL | 108.68º | 0.3% | 0.35% | - |
| HSV(B) | 108.68º | 0.46% | 0.45% | - |
| XYZ | 9.67 | 13.99 | 6.75 | - |
| YUV | 96.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 62 | 0.37 | 0 | 0.46 | 0.55 | 108.68 | 0.3 | 0.35 |
| Hex | 48 | 73 | 3E | 25 | 0 | 2E | 37 | 6D | 1E | 23 |
| Octal | 110 | 163 | 76 | 45 | 0 | 56 | 67 | 155 | 36 | 43 |
| Binary | 1001000 | 1110011 | 111110 | 100101 | 0 | 101110 | 110111 | 1101101 | 11110 | 100011 |
Color Harmonies of #48733E
Complementary color
Monochromatic Colors of #48733E
Black with #48733E
Text Example
Text Example
White with #48733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48733E; }
p { color: rgb(72,115,62); }
H1.HeaderClassName
{
color: #48733E;
}
.AnyTagClassName
{
color: #48733E;
}
</style>
background-color css
<style>
a { background-color: #48733E; }
a { background-color: rgb(72,115,62); }
div.DivClassName
{
background-color: #48733E;
}
.BgClassName
{
background-color: #48733E;
}
</style>
border-color css
<style>
span { border-color: #48733E; }
span { border-color: rgb(72,115,62); }
td.TdClassName
{
border-color: #48733E;
}
.TagClassName
{
border-color: #48733E;
}
</style>