Shades of Fern Green #47723A
Tints of Fern Green #47723A
RGB
CMYK
RGB Variations
Color information
#47723A (or 0x47723A) is known color: Fern Green. HEX triplet: 47, 72 and 3A. RGB value is (71,114,58). Sum of RGB (Red+Green+Blue) = 71+114+58=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #47723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47723A is #B88DC5. Grayscale: #5E5E5E. Windows color (decimal): -12094918 or 3830343. OLE color: 3830343.
HSL color Cylindrical-coordinate representation of color #47723A: hue angle of 106.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47723A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 58 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.55 |
| HSL | 106.07º | 0.33% | 0.34% | - |
| HSV(B) | 106.07º | 0.49% | 0.45% | - |
| XYZ | 9.38 | 13.68 | 6.15 | - |
| YUV | 94.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 58 | 0.38 | 0 | 0.49 | 0.55 | 106.07 | 0.33 | 0.34 |
| Hex | 47 | 72 | 3A | 26 | 0 | 31 | 37 | 6A | 21 | 22 |
| Octal | 107 | 162 | 72 | 46 | 0 | 61 | 67 | 152 | 41 | 42 |
| Binary | 1000111 | 1110010 | 111010 | 100110 | 0 | 110001 | 110111 | 1101010 | 100001 | 100010 |
Color Harmonies of #47723A
Complementary color
Monochromatic Colors of #47723A
Black with #47723A
Text Example
Text Example
White with #47723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47723A; }
p { color: rgb(71,114,58); }
H1.HeaderClassName
{
color: #47723A;
}
.AnyTagClassName
{
color: #47723A;
}
</style>
background-color css
<style>
a { background-color: #47723A; }
a { background-color: rgb(71,114,58); }
div.DivClassName
{
background-color: #47723A;
}
.BgClassName
{
background-color: #47723A;
}
</style>
border-color css
<style>
span { border-color: #47723A; }
span { border-color: rgb(71,114,58); }
td.TdClassName
{
border-color: #47723A;
}
.TagClassName
{
border-color: #47723A;
}
</style>