Shades of Fern Green #547F38
Tints of Fern Green #547F38
RGB
CMYK
RGB Variations
Color information
#547F38 (or 0x547F38) is known color: Fern Green. HEX triplet: 54, 7F and 38. RGB value is (84,127,56). Sum of RGB (Red+Green+Blue) = 84+127+56=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #547F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547F38 is #AB80C7. Grayscale: #6A6A6A. Windows color (decimal): -11239624 or 3702612. OLE color: 3702612.
HSL color Cylindrical-coordinate representation of color #547F38: hue angle of 96.34º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #547F38 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 56 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.50 |
| HSL | 96.34º | 0.39% | 0.36% | - |
| HSV(B) | 96.34º | 0.56% | 0.5% | - |
| XYZ | 11.96 | 17.35 | 6.46 | - |
| YUV | 106.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 56 | 0.34 | 0 | 0.56 | 0.50 | 96.34 | 0.39 | 0.36 |
| Hex | 54 | 7F | 38 | 22 | 0 | 38 | 32 | 60 | 27 | 24 |
| Octal | 124 | 177 | 70 | 42 | 0 | 70 | 62 | 140 | 47 | 44 |
| Binary | 1010100 | 1111111 | 111000 | 100010 | 0 | 111000 | 110010 | 1100000 | 100111 | 100100 |
Color Harmonies of #547F38
Complementary color
Monochromatic Colors of #547F38
Black with #547F38
Text Example
Text Example
White with #547F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F38; }
p { color: rgb(84,127,56); }
H1.HeaderClassName
{
color: #547F38;
}
.AnyTagClassName
{
color: #547F38;
}
</style>
background-color css
<style>
a { background-color: #547F38; }
a { background-color: rgb(84,127,56); }
div.DivClassName
{
background-color: #547F38;
}
.BgClassName
{
background-color: #547F38;
}
</style>
border-color css
<style>
span { border-color: #547F38; }
span { border-color: rgb(84,127,56); }
td.TdClassName
{
border-color: #547F38;
}
.TagClassName
{
border-color: #547F38;
}
</style>