Shades of Fern Green #54724B
Tints of Fern Green #54724B
RGB
CMYK
RGB Variations
Color information
#54724B (or 0x54724B) is known color: Fern Green. HEX triplet: 54, 72 and 4B. RGB value is (84,114,75). Sum of RGB (Red+Green+Blue) = 84+114+75=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #54724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54724B is #AB8DB4. Grayscale: #646464. Windows color (decimal): -11242933 or 4944468. OLE color: 4944468.
HSL color Cylindrical-coordinate representation of color #54724B: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54724B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 75 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.55 |
| HSL | 106.15º | 0.21% | 0.37% | - |
| HSV(B) | 106.15º | 0.34% | 0.45% | - |
| XYZ | 10.94 | 14.43 | 8.86 | - |
| YUV | 100.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 75 | 0.26 | 0 | 0.34 | 0.55 | 106.15 | 0.21 | 0.37 |
| Hex | 54 | 72 | 4B | 1A | 0 | 22 | 37 | 6A | 15 | 25 |
| Octal | 124 | 162 | 113 | 32 | 0 | 42 | 67 | 152 | 25 | 45 |
| Binary | 1010100 | 1110010 | 1001011 | 11010 | 0 | 100010 | 110111 | 1101010 | 10101 | 100101 |
Color Harmonies of #54724B
Complementary color
Monochromatic Colors of #54724B
Black with #54724B
Text Example
Text Example
White with #54724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54724B; }
p { color: rgb(84,114,75); }
H1.HeaderClassName
{
color: #54724B;
}
.AnyTagClassName
{
color: #54724B;
}
</style>
background-color css
<style>
a { background-color: #54724B; }
a { background-color: rgb(84,114,75); }
div.DivClassName
{
background-color: #54724B;
}
.BgClassName
{
background-color: #54724B;
}
</style>
border-color css
<style>
span { border-color: #54724B; }
span { border-color: rgb(84,114,75); }
td.TdClassName
{
border-color: #54724B;
}
.TagClassName
{
border-color: #54724B;
}
</style>