Shades of Fern Green #486D3C
Tints of Fern Green #486D3C
RGB
CMYK
RGB Variations
Color information
#486D3C (or 0x486D3C) is known color: Fern Green. HEX triplet: 48, 6D and 3C. RGB value is (72,109,60). Sum of RGB (Red+Green+Blue) = 72+109+60=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #486D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D3C is #B792C3. Grayscale: #5C5C5C. Windows color (decimal): -12030660 or 3960136. OLE color: 3960136.
HSL color Cylindrical-coordinate representation of color #486D3C: hue angle of 105.31º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486D3C is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 60 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.57 |
| HSL | 105.31º | 0.29% | 0.33% | - |
| HSV(B) | 105.31º | 0.45% | 0.43% | - |
| XYZ | 8.96 | 12.64 | 6.24 | - |
| YUV | 92.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 60 | 0.34 | 0 | 0.45 | 0.57 | 105.31 | 0.29 | 0.33 |
| Hex | 48 | 6D | 3C | 22 | 0 | 2D | 39 | 69 | 1D | 21 |
| Octal | 110 | 155 | 74 | 42 | 0 | 55 | 71 | 151 | 35 | 41 |
| Binary | 1001000 | 1101101 | 111100 | 100010 | 0 | 101101 | 111001 | 1101001 | 11101 | 100001 |
Color Harmonies of #486D3C
Complementary color
Monochromatic Colors of #486D3C
Black with #486D3C
Text Example
Text Example
White with #486D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D3C; }
p { color: rgb(72,109,60); }
H1.HeaderClassName
{
color: #486D3C;
}
.AnyTagClassName
{
color: #486D3C;
}
</style>
background-color css
<style>
a { background-color: #486D3C; }
a { background-color: rgb(72,109,60); }
div.DivClassName
{
background-color: #486D3C;
}
.BgClassName
{
background-color: #486D3C;
}
</style>
border-color css
<style>
span { border-color: #486D3C; }
span { border-color: rgb(72,109,60); }
td.TdClassName
{
border-color: #486D3C;
}
.TagClassName
{
border-color: #486D3C;
}
</style>