Shades of Fern Green #476F43
Tints of Fern Green #476F43
RGB
CMYK
RGB Variations
Color information
#476F43 (or 0x476F43) is known color: Fern Green. HEX triplet: 47, 6F and 43. RGB value is (71,111,67). Sum of RGB (Red+Green+Blue) = 71+111+67=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #476F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F43 is #B890BC. Grayscale: #5E5E5E. Windows color (decimal): -12095677 or 4419399. OLE color: 4419399.
HSL color Cylindrical-coordinate representation of color #476F43: hue angle of 114.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476F43 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 67 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.56 |
| HSL | 114.55º | 0.25% | 0.35% | - |
| HSV(B) | 114.55º | 0.4% | 0.44% | - |
| XYZ | 9.3 | 13.11 | 7.35 | - |
| YUV | 94.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 67 | 0.36 | 0 | 0.40 | 0.56 | 114.55 | 0.25 | 0.35 |
| Hex | 47 | 6F | 43 | 24 | 0 | 28 | 38 | 73 | 19 | 23 |
| Octal | 107 | 157 | 103 | 44 | 0 | 50 | 70 | 163 | 31 | 43 |
| Binary | 1000111 | 1101111 | 1000011 | 100100 | 0 | 101000 | 111000 | 1110011 | 11001 | 100011 |
Color Harmonies of #476F43
Complementary color
Monochromatic Colors of #476F43
Black with #476F43
Text Example
Text Example
White with #476F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F43; }
p { color: rgb(71,111,67); }
H1.HeaderClassName
{
color: #476F43;
}
.AnyTagClassName
{
color: #476F43;
}
</style>
background-color css
<style>
a { background-color: #476F43; }
a { background-color: rgb(71,111,67); }
div.DivClassName
{
background-color: #476F43;
}
.BgClassName
{
background-color: #476F43;
}
</style>
border-color css
<style>
span { border-color: #476F43; }
span { border-color: rgb(71,111,67); }
td.TdClassName
{
border-color: #476F43;
}
.TagClassName
{
border-color: #476F43;
}
</style>