Shades of Fern Green #486E44
Tints of Fern Green #486E44
RGB
CMYK
RGB Variations
Color information
#486E44 (or 0x486E44) is known color: Fern Green. HEX triplet: 48, 6E and 44. RGB value is (72,110,68). Sum of RGB (Red+Green+Blue) = 72+110+68=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #486E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E44 is #B791BB. Grayscale: #5D5D5D. Windows color (decimal): -12030396 or 4484680. OLE color: 4484680.
HSL color Cylindrical-coordinate representation of color #486E44: hue angle of 114.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486E44 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 68 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.57 |
| HSL | 114.29º | 0.24% | 0.35% | - |
| HSV(B) | 114.29º | 0.38% | 0.43% | - |
| XYZ | 9.29 | 12.95 | 7.48 | - |
| YUV | 93.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 68 | 0.35 | 0 | 0.38 | 0.57 | 114.29 | 0.24 | 0.35 |
| Hex | 48 | 6E | 44 | 23 | 0 | 26 | 39 | 72 | 18 | 23 |
| Octal | 110 | 156 | 104 | 43 | 0 | 46 | 71 | 162 | 30 | 43 |
| Binary | 1001000 | 1101110 | 1000100 | 100011 | 0 | 100110 | 111001 | 1110010 | 11000 | 100011 |
Color Harmonies of #486E44
Complementary color
Monochromatic Colors of #486E44
Black with #486E44
Text Example
Text Example
White with #486E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E44; }
p { color: rgb(72,110,68); }
H1.HeaderClassName
{
color: #486E44;
}
.AnyTagClassName
{
color: #486E44;
}
</style>
background-color css
<style>
a { background-color: #486E44; }
a { background-color: rgb(72,110,68); }
div.DivClassName
{
background-color: #486E44;
}
.BgClassName
{
background-color: #486E44;
}
</style>
border-color css
<style>
span { border-color: #486E44; }
span { border-color: rgb(72,110,68); }
td.TdClassName
{
border-color: #486E44;
}
.TagClassName
{
border-color: #486E44;
}
</style>