Shades of Fern Green #486E3E
Tints of Fern Green #486E3E
RGB
CMYK
RGB Variations
Color information
#486E3E (or 0x486E3E) is known color: Fern Green. HEX triplet: 48, 6E and 3E. RGB value is (72,110,62). Sum of RGB (Red+Green+Blue) = 72+110+62=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #486E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E3E is #B791C1. Grayscale: #5D5D5D. Windows color (decimal): -12030402 or 4091464. OLE color: 4091464.
HSL color Cylindrical-coordinate representation of color #486E3E: hue angle of 107.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486E3E is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 62 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.57 |
| HSL | 107.5º | 0.28% | 0.34% | - |
| HSV(B) | 107.5º | 0.44% | 0.43% | - |
| XYZ | 9.12 | 12.88 | 6.56 | - |
| YUV | 93.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 62 | 0.35 | 0 | 0.44 | 0.57 | 107.5 | 0.28 | 0.34 |
| Hex | 48 | 6E | 3E | 23 | 0 | 2C | 39 | 6C | 1C | 22 |
| Octal | 110 | 156 | 76 | 43 | 0 | 54 | 71 | 154 | 34 | 42 |
| Binary | 1001000 | 1101110 | 111110 | 100011 | 0 | 101100 | 111001 | 1101100 | 11100 | 100010 |
Color Harmonies of #486E3E
Complementary color
Monochromatic Colors of #486E3E
Black with #486E3E
Text Example
Text Example
White with #486E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E3E; }
p { color: rgb(72,110,62); }
H1.HeaderClassName
{
color: #486E3E;
}
.AnyTagClassName
{
color: #486E3E;
}
</style>
background-color css
<style>
a { background-color: #486E3E; }
a { background-color: rgb(72,110,62); }
div.DivClassName
{
background-color: #486E3E;
}
.BgClassName
{
background-color: #486E3E;
}
</style>
border-color css
<style>
span { border-color: #486E3E; }
span { border-color: rgb(72,110,62); }
td.TdClassName
{
border-color: #486E3E;
}
.TagClassName
{
border-color: #486E3E;
}
</style>