Shades of Fern Green #477B34
Tints of Fern Green #477B34
RGB
CMYK
RGB Variations
Color information
#477B34 (or 0x477B34) is known color: Fern Green. HEX triplet: 47, 7B and 34. RGB value is (71,123,52). Sum of RGB (Red+Green+Blue) = 71+123+52=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #477B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B34 is #B884CB. Grayscale: #636363. Windows color (decimal): -12092620 or 3439431. OLE color: 3439431.
HSL color Cylindrical-coordinate representation of color #477B34: hue angle of 103.94º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477B34 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 52 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.52 |
| HSL | 103.94º | 0.41% | 0.34% | - |
| HSV(B) | 103.94º | 0.58% | 0.48% | - |
| XYZ | 10.3 | 15.75 | 5.75 | - |
| YUV | 99.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 52 | 0.42 | 0 | 0.58 | 0.52 | 103.94 | 0.41 | 0.34 |
| Hex | 47 | 7B | 34 | 2A | 0 | 3A | 34 | 68 | 29 | 22 |
| Octal | 107 | 173 | 64 | 52 | 0 | 72 | 64 | 150 | 51 | 42 |
| Binary | 1000111 | 1111011 | 110100 | 101010 | 0 | 111010 | 110100 | 1101000 | 101001 | 100010 |
Color Harmonies of #477B34
Complementary color
Monochromatic Colors of #477B34
Black with #477B34
Text Example
Text Example
White with #477B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B34; }
p { color: rgb(71,123,52); }
H1.HeaderClassName
{
color: #477B34;
}
.AnyTagClassName
{
color: #477B34;
}
</style>
background-color css
<style>
a { background-color: #477B34; }
a { background-color: rgb(71,123,52); }
div.DivClassName
{
background-color: #477B34;
}
.BgClassName
{
background-color: #477B34;
}
</style>
border-color css
<style>
span { border-color: #477B34; }
span { border-color: rgb(71,123,52); }
td.TdClassName
{
border-color: #477B34;
}
.TagClassName
{
border-color: #477B34;
}
</style>