Shades of Fern Green #547F4D
Tints of Fern Green #547F4D
RGB
CMYK
RGB Variations
Color information
#547F4D (or 0x547F4D) is known color: Fern Green. HEX triplet: 54, 7F and 4D. RGB value is (84,127,77). Sum of RGB (Red+Green+Blue) = 84+127+77=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #547F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F4D is #AB80B2. Grayscale: #6C6C6C. Windows color (decimal): -11239603 or 5078868. OLE color: 5078868.
HSL color Cylindrical-coordinate representation of color #547F4D: hue angle of 111.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547F4D is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 77 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.50 |
| HSL | 111.6º | 0.25% | 0.4% | - |
| HSV(B) | 111.6º | 0.39% | 0.5% | - |
| XYZ | 12.59 | 17.6 | 9.75 | - |
| YUV | 108.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 77 | 0.34 | 0 | 0.39 | 0.50 | 111.6 | 0.25 | 0.4 |
| Hex | 54 | 7F | 4D | 22 | 0 | 27 | 32 | 70 | 19 | 28 |
| Octal | 124 | 177 | 115 | 42 | 0 | 47 | 62 | 160 | 31 | 50 |
| Binary | 1010100 | 1111111 | 1001101 | 100010 | 0 | 100111 | 110010 | 1110000 | 11001 | 101000 |
Color Harmonies of #547F4D
Complementary color
Monochromatic Colors of #547F4D
Black with #547F4D
Text Example
Text Example
White with #547F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F4D; }
p { color: rgb(84,127,77); }
H1.HeaderClassName
{
color: #547F4D;
}
.AnyTagClassName
{
color: #547F4D;
}
</style>
background-color css
<style>
a { background-color: #547F4D; }
a { background-color: rgb(84,127,77); }
div.DivClassName
{
background-color: #547F4D;
}
.BgClassName
{
background-color: #547F4D;
}
</style>
border-color css
<style>
span { border-color: #547F4D; }
span { border-color: rgb(84,127,77); }
td.TdClassName
{
border-color: #547F4D;
}
.TagClassName
{
border-color: #547F4D;
}
</style>