Shades of Fern Green #48703D
Tints of Fern Green #48703D
RGB
CMYK
RGB Variations
Color information
#48703D (or 0x48703D) is known color: Fern Green. HEX triplet: 48, 70 and 3D. RGB value is (72,112,61). Sum of RGB (Red+Green+Blue) = 72+112+61=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #48703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48703D is #B78FC2. Grayscale: #5E5E5E. Windows color (decimal): -12029891 or 4026440. OLE color: 4026440.
HSL color Cylindrical-coordinate representation of color #48703D: hue angle of 107.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48703D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 61 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.56 |
| HSL | 107.06º | 0.29% | 0.34% | - |
| HSV(B) | 107.06º | 0.46% | 0.44% | - |
| XYZ | 9.31 | 13.3 | 6.49 | - |
| YUV | 94.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 61 | 0.36 | 0 | 0.46 | 0.56 | 107.06 | 0.29 | 0.34 |
| Hex | 48 | 70 | 3D | 24 | 0 | 2E | 38 | 6B | 1D | 22 |
| Octal | 110 | 160 | 75 | 44 | 0 | 56 | 70 | 153 | 35 | 42 |
| Binary | 1001000 | 1110000 | 111101 | 100100 | 0 | 101110 | 111000 | 1101011 | 11101 | 100010 |
Color Harmonies of #48703D
Complementary color
Monochromatic Colors of #48703D
Black with #48703D
Text Example
Text Example
White with #48703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48703D; }
p { color: rgb(72,112,61); }
H1.HeaderClassName
{
color: #48703D;
}
.AnyTagClassName
{
color: #48703D;
}
</style>
background-color css
<style>
a { background-color: #48703D; }
a { background-color: rgb(72,112,61); }
div.DivClassName
{
background-color: #48703D;
}
.BgClassName
{
background-color: #48703D;
}
</style>
border-color css
<style>
span { border-color: #48703D; }
span { border-color: rgb(72,112,61); }
td.TdClassName
{
border-color: #48703D;
}
.TagClassName
{
border-color: #48703D;
}
</style>