Shades of Fern Green #48743A
Tints of Fern Green #48743A
RGB
CMYK
RGB Variations
Color information
#48743A (or 0x48743A) is known color: Fern Green. HEX triplet: 48, 74 and 3A. RGB value is (72,116,58). Sum of RGB (Red+Green+Blue) = 72+116+58=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #48743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48743A is #B78BC5. Grayscale: #606060. Windows color (decimal): -12028870 or 3830856. OLE color: 3830856.
HSL color Cylindrical-coordinate representation of color #48743A: hue angle of 105.52º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48743A is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 58 | - |
| CMYK | 0.38 | 0 | 0.5 | 0.55 |
| HSL | 105.52º | 0.33% | 0.34% | - |
| HSV(B) | 105.52º | 0.5% | 0.45% | - |
| XYZ | 9.68 | 14.17 | 6.23 | - |
| YUV | 96.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 58 | 0.38 | 0 | 0.5 | 0.55 | 105.52 | 0.33 | 0.34 |
| Hex | 48 | 74 | 3A | 26 | 0 | 32 | 37 | 6A | 21 | 22 |
| Octal | 110 | 164 | 72 | 46 | 0 | 62 | 67 | 152 | 41 | 42 |
| Binary | 1001000 | 1110100 | 111010 | 100110 | 0 | 110010 | 110111 | 1101010 | 100001 | 100010 |
Color Harmonies of #48743A
Complementary color
Monochromatic Colors of #48743A
Black with #48743A
Text Example
Text Example
White with #48743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48743A; }
p { color: rgb(72,116,58); }
H1.HeaderClassName
{
color: #48743A;
}
.AnyTagClassName
{
color: #48743A;
}
</style>
background-color css
<style>
a { background-color: #48743A; }
a { background-color: rgb(72,116,58); }
div.DivClassName
{
background-color: #48743A;
}
.BgClassName
{
background-color: #48743A;
}
</style>
border-color css
<style>
span { border-color: #48743A; }
span { border-color: rgb(72,116,58); }
td.TdClassName
{
border-color: #48743A;
}
.TagClassName
{
border-color: #48743A;
}
</style>