Shades of Fern Green #547A41
Tints of Fern Green #547A41
RGB
CMYK
RGB Variations
Color information
#547A41 (or 0x547A41) is known color: Fern Green. HEX triplet: 54, 7A and 41. RGB value is (84,122,65). Sum of RGB (Red+Green+Blue) = 84+122+65=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #547A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547A41 is #AB85BE. Grayscale: #686868. Windows color (decimal): -11240895 or 4291156. OLE color: 4291156.
HSL color Cylindrical-coordinate representation of color #547A41: hue angle of 100º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547A41 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 65 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.52 |
| HSL | 100º | 0.3% | 0.37% | - |
| HSV(B) | 100º | 0.47% | 0.48% | - |
| XYZ | 11.57 | 16.19 | 7.52 | - |
| YUV | 104.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 65 | 0.31 | 0 | 0.47 | 0.52 | 100 | 0.3 | 0.37 |
| Hex | 54 | 7A | 41 | 1F | 0 | 2F | 34 | 64 | 1E | 25 |
| Octal | 124 | 172 | 101 | 37 | 0 | 57 | 64 | 144 | 36 | 45 |
| Binary | 1010100 | 1111010 | 1000001 | 11111 | 0 | 101111 | 110100 | 1100100 | 11110 | 100101 |
Color Harmonies of #547A41
Complementary color
Monochromatic Colors of #547A41
Black with #547A41
Text Example
Text Example
White with #547A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A41; }
p { color: rgb(84,122,65); }
H1.HeaderClassName
{
color: #547A41;
}
.AnyTagClassName
{
color: #547A41;
}
</style>
background-color css
<style>
a { background-color: #547A41; }
a { background-color: rgb(84,122,65); }
div.DivClassName
{
background-color: #547A41;
}
.BgClassName
{
background-color: #547A41;
}
</style>
border-color css
<style>
span { border-color: #547A41; }
span { border-color: rgb(84,122,65); }
td.TdClassName
{
border-color: #547A41;
}
.TagClassName
{
border-color: #547A41;
}
</style>