Shades of Fern Green #476D3E
Tints of Fern Green #476D3E
RGB
CMYK
RGB Variations
Color information
#476D3E (or 0x476D3E) is known color: Fern Green. HEX triplet: 47, 6D and 3E. RGB value is (71,109,62). Sum of RGB (Red+Green+Blue) = 71+109+62=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #476D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D3E is #B892C1. Grayscale: #5C5C5C. Windows color (decimal): -12096194 or 4091207. OLE color: 4091207.
HSL color Cylindrical-coordinate representation of color #476D3E: hue angle of 108.51º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476D3E is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 62 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.57 |
| HSL | 108.51º | 0.27% | 0.34% | - |
| HSV(B) | 108.51º | 0.43% | 0.43% | - |
| XYZ | 8.94 | 12.62 | 6.52 | - |
| YUV | 92.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 62 | 0.35 | 0 | 0.43 | 0.57 | 108.51 | 0.27 | 0.34 |
| Hex | 47 | 6D | 3E | 23 | 0 | 2B | 39 | 6D | 1B | 22 |
| Octal | 107 | 155 | 76 | 43 | 0 | 53 | 71 | 155 | 33 | 42 |
| Binary | 1000111 | 1101101 | 111110 | 100011 | 0 | 101011 | 111001 | 1101101 | 11011 | 100010 |
Color Harmonies of #476D3E
Complementary color
Monochromatic Colors of #476D3E
Black with #476D3E
Text Example
Text Example
White with #476D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D3E; }
p { color: rgb(71,109,62); }
H1.HeaderClassName
{
color: #476D3E;
}
.AnyTagClassName
{
color: #476D3E;
}
</style>
background-color css
<style>
a { background-color: #476D3E; }
a { background-color: rgb(71,109,62); }
div.DivClassName
{
background-color: #476D3E;
}
.BgClassName
{
background-color: #476D3E;
}
</style>
border-color css
<style>
span { border-color: #476D3E; }
span { border-color: rgb(71,109,62); }
td.TdClassName
{
border-color: #476D3E;
}
.TagClassName
{
border-color: #476D3E;
}
</style>