Shades of Fern Green #486F42
Tints of Fern Green #486F42
RGB
CMYK
RGB Variations
Color information
#486F42 (or 0x486F42) is known color: Fern Green. HEX triplet: 48, 6F and 42. RGB value is (72,111,66). Sum of RGB (Red+Green+Blue) = 72+111+66=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #486F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F42 is #B790BD. Grayscale: #5E5E5E. Windows color (decimal): -12030142 or 4353864. OLE color: 4353864.
HSL color Cylindrical-coordinate representation of color #486F42: hue angle of 112º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #486F42 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 66 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.56 |
| HSL | 112º | 0.25% | 0.35% | - |
| HSV(B) | 112º | 0.41% | 0.44% | - |
| XYZ | 9.34 | 13.14 | 7.2 | - |
| YUV | 94.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 66 | 0.35 | 0 | 0.41 | 0.56 | 112 | 0.25 | 0.35 |
| Hex | 48 | 6F | 42 | 23 | 0 | 29 | 38 | 70 | 19 | 23 |
| Octal | 110 | 157 | 102 | 43 | 0 | 51 | 70 | 160 | 31 | 43 |
| Binary | 1001000 | 1101111 | 1000010 | 100011 | 0 | 101001 | 111000 | 1110000 | 11001 | 100011 |
Color Harmonies of #486F42
Complementary color
Monochromatic Colors of #486F42
Black with #486F42
Text Example
Text Example
White with #486F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F42; }
p { color: rgb(72,111,66); }
H1.HeaderClassName
{
color: #486F42;
}
.AnyTagClassName
{
color: #486F42;
}
</style>
background-color css
<style>
a { background-color: #486F42; }
a { background-color: rgb(72,111,66); }
div.DivClassName
{
background-color: #486F42;
}
.BgClassName
{
background-color: #486F42;
}
</style>
border-color css
<style>
span { border-color: #486F42; }
span { border-color: rgb(72,111,66); }
td.TdClassName
{
border-color: #486F42;
}
.TagClassName
{
border-color: #486F42;
}
</style>