Shades of Fern Green #547B46
Tints of Fern Green #547B46
RGB
CMYK
RGB Variations
Color information
#547B46 (or 0x547B46) is known color: Fern Green. HEX triplet: 54, 7B and 46. RGB value is (84,123,70). Sum of RGB (Red+Green+Blue) = 84+123+70=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #547B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547B46 is #AB84B9. Grayscale: #696969. Windows color (decimal): -11240634 or 4619092. OLE color: 4619092.
HSL color Cylindrical-coordinate representation of color #547B46: hue angle of 104.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547B46 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 70 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.52 |
| HSL | 104.15º | 0.27% | 0.38% | - |
| HSV(B) | 104.15º | 0.43% | 0.48% | - |
| XYZ | 11.84 | 16.49 | 8.35 | - |
| YUV | 105.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 70 | 0.32 | 0 | 0.43 | 0.52 | 104.15 | 0.27 | 0.38 |
| Hex | 54 | 7B | 46 | 20 | 0 | 2B | 34 | 68 | 1B | 26 |
| Octal | 124 | 173 | 106 | 40 | 0 | 53 | 64 | 150 | 33 | 46 |
| Binary | 1010100 | 1111011 | 1000110 | 100000 | 0 | 101011 | 110100 | 1101000 | 11011 | 100110 |
Color Harmonies of #547B46
Complementary color
Monochromatic Colors of #547B46
Black with #547B46
Text Example
Text Example
White with #547B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B46; }
p { color: rgb(84,123,70); }
H1.HeaderClassName
{
color: #547B46;
}
.AnyTagClassName
{
color: #547B46;
}
</style>
background-color css
<style>
a { background-color: #547B46; }
a { background-color: rgb(84,123,70); }
div.DivClassName
{
background-color: #547B46;
}
.BgClassName
{
background-color: #547B46;
}
</style>
border-color css
<style>
span { border-color: #547B46; }
span { border-color: rgb(84,123,70); }
td.TdClassName
{
border-color: #547B46;
}
.TagClassName
{
border-color: #547B46;
}
</style>