Shades of Fern Green #486F38
Tints of Fern Green #486F38
RGB
CMYK
RGB Variations
Color information
#486F38 (or 0x486F38) is known color: Fern Green. HEX triplet: 48, 6F and 38. RGB value is (72,111,56). Sum of RGB (Red+Green+Blue) = 72+111+56=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #486F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F38 is #B790C7. Grayscale: #5D5D5D. Windows color (decimal): -12030152 or 3698504. OLE color: 3698504.
HSL color Cylindrical-coordinate representation of color #486F38: hue angle of 102.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486F38 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 56 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.56 |
| HSL | 102.55º | 0.33% | 0.33% | - |
| HSV(B) | 102.55º | 0.5% | 0.44% | - |
| XYZ | 9.07 | 13.03 | 5.78 | - |
| YUV | 93.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 56 | 0.35 | 0 | 0.50 | 0.56 | 102.55 | 0.33 | 0.33 |
| Hex | 48 | 6F | 38 | 23 | 0 | 32 | 38 | 67 | 21 | 21 |
| Octal | 110 | 157 | 70 | 43 | 0 | 62 | 70 | 147 | 41 | 41 |
| Binary | 1001000 | 1101111 | 111000 | 100011 | 0 | 110010 | 111000 | 1100111 | 100001 | 100001 |
Color Harmonies of #486F38
Complementary color
Monochromatic Colors of #486F38
Black with #486F38
Text Example
Text Example
White with #486F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F38; }
p { color: rgb(72,111,56); }
H1.HeaderClassName
{
color: #486F38;
}
.AnyTagClassName
{
color: #486F38;
}
</style>
background-color css
<style>
a { background-color: #486F38; }
a { background-color: rgb(72,111,56); }
div.DivClassName
{
background-color: #486F38;
}
.BgClassName
{
background-color: #486F38;
}
</style>
border-color css
<style>
span { border-color: #486F38; }
span { border-color: rgb(72,111,56); }
td.TdClassName
{
border-color: #486F38;
}
.TagClassName
{
border-color: #486F38;
}
</style>