Shades of Fern Green #48783E
Tints of Fern Green #48783E
RGB
CMYK
RGB Variations
Color information
#48783E (or 0x48783E) is known color: Fern Green. HEX triplet: 48, 78 and 3E. RGB value is (72,120,62). Sum of RGB (Red+Green+Blue) = 72+120+62=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #48783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48783E is #B787C1. Grayscale: #636363. Windows color (decimal): -12027842 or 4094024. OLE color: 4094024.
HSL color Cylindrical-coordinate representation of color #48783E: hue angle of 109.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48783E is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 62 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.53 |
| HSL | 109.66º | 0.32% | 0.36% | - |
| HSV(B) | 109.66º | 0.48% | 0.47% | - |
| XYZ | 10.26 | 15.16 | 6.94 | - |
| YUV | 99.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 62 | 0.40 | 0 | 0.48 | 0.53 | 109.66 | 0.32 | 0.36 |
| Hex | 48 | 78 | 3E | 28 | 0 | 30 | 35 | 6E | 20 | 24 |
| Octal | 110 | 170 | 76 | 50 | 0 | 60 | 65 | 156 | 40 | 44 |
| Binary | 1001000 | 1111000 | 111110 | 101000 | 0 | 110000 | 110101 | 1101110 | 100000 | 100100 |
Color Harmonies of #48783E
Complementary color
Monochromatic Colors of #48783E
Black with #48783E
Text Example
Text Example
White with #48783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48783E; }
p { color: rgb(72,120,62); }
H1.HeaderClassName
{
color: #48783E;
}
.AnyTagClassName
{
color: #48783E;
}
</style>
background-color css
<style>
a { background-color: #48783E; }
a { background-color: rgb(72,120,62); }
div.DivClassName
{
background-color: #48783E;
}
.BgClassName
{
background-color: #48783E;
}
</style>
border-color css
<style>
span { border-color: #48783E; }
span { border-color: rgb(72,120,62); }
td.TdClassName
{
border-color: #48783E;
}
.TagClassName
{
border-color: #48783E;
}
</style>