Shades of Fern Green #476D44
Tints of Fern Green #476D44
RGB
CMYK
RGB Variations
Color information
#476D44 (or 0x476D44) is known color: Fern Green. HEX triplet: 47, 6D and 44. RGB value is (71,109,68). Sum of RGB (Red+Green+Blue) = 71+109+68=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #476D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D44 is #B892BB. Grayscale: #5D5D5D. Windows color (decimal): -12096188 or 4484423. OLE color: 4484423.
HSL color Cylindrical-coordinate representation of color #476D44: hue angle of 115.61º degrees, saturation: 0.23, 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 #476D44 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 68 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.57 |
| HSL | 115.61º | 0.23% | 0.35% | - |
| HSV(B) | 115.61º | 0.38% | 0.43% | - |
| XYZ | 9.11 | 12.69 | 7.44 | - |
| YUV | 92.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 68 | 0.35 | 0 | 0.38 | 0.57 | 115.61 | 0.23 | 0.35 |
| Hex | 47 | 6D | 44 | 23 | 0 | 26 | 39 | 74 | 17 | 23 |
| Octal | 107 | 155 | 104 | 43 | 0 | 46 | 71 | 164 | 27 | 43 |
| Binary | 1000111 | 1101101 | 1000100 | 100011 | 0 | 100110 | 111001 | 1110100 | 10111 | 100011 |
Color Harmonies of #476D44
Complementary color
Monochromatic Colors of #476D44
Black with #476D44
Text Example
Text Example
White with #476D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D44; }
p { color: rgb(71,109,68); }
H1.HeaderClassName
{
color: #476D44;
}
.AnyTagClassName
{
color: #476D44;
}
</style>
background-color css
<style>
a { background-color: #476D44; }
a { background-color: rgb(71,109,68); }
div.DivClassName
{
background-color: #476D44;
}
.BgClassName
{
background-color: #476D44;
}
</style>
border-color css
<style>
span { border-color: #476D44; }
span { border-color: rgb(71,109,68); }
td.TdClassName
{
border-color: #476D44;
}
.TagClassName
{
border-color: #476D44;
}
</style>