Shades of Fern Green #486D41
Tints of Fern Green #486D41
RGB
CMYK
RGB Variations
Color information
#486D41 (or 0x486D41) is known color: Fern Green. HEX triplet: 48, 6D and 41. RGB value is (72,109,65). Sum of RGB (Red+Green+Blue) = 72+109+65=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #486D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D41 is #B792BE. Grayscale: #5D5D5D. Windows color (decimal): -12030655 or 4287816. OLE color: 4287816.
HSL color Cylindrical-coordinate representation of color #486D41: hue angle of 110.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486D41 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 65 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.57 |
| HSL | 110.45º | 0.25% | 0.34% | - |
| HSV(B) | 110.45º | 0.4% | 0.43% | - |
| XYZ | 9.1 | 12.7 | 6.97 | - |
| YUV | 92.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 65 | 0.34 | 0 | 0.40 | 0.57 | 110.45 | 0.25 | 0.34 |
| Hex | 48 | 6D | 41 | 22 | 0 | 28 | 39 | 6E | 19 | 22 |
| Octal | 110 | 155 | 101 | 42 | 0 | 50 | 71 | 156 | 31 | 42 |
| Binary | 1001000 | 1101101 | 1000001 | 100010 | 0 | 101000 | 111001 | 1101110 | 11001 | 100010 |
Color Harmonies of #486D41
Complementary color
Monochromatic Colors of #486D41
Black with #486D41
Text Example
Text Example
White with #486D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D41; }
p { color: rgb(72,109,65); }
H1.HeaderClassName
{
color: #486D41;
}
.AnyTagClassName
{
color: #486D41;
}
</style>
background-color css
<style>
a { background-color: #486D41; }
a { background-color: rgb(72,109,65); }
div.DivClassName
{
background-color: #486D41;
}
.BgClassName
{
background-color: #486D41;
}
</style>
border-color css
<style>
span { border-color: #486D41; }
span { border-color: rgb(72,109,65); }
td.TdClassName
{
border-color: #486D41;
}
.TagClassName
{
border-color: #486D41;
}
</style>