Shades of Fern Green #54864A
Tints of Fern Green #54864A
RGB
CMYK
RGB Variations
Color information
#54864A (or 0x54864A) is known color: Fern Green. HEX triplet: 54, 86 and 4A. RGB value is (84,134,74). Sum of RGB (Red+Green+Blue) = 84+134+74=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #54864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54864A is #AB79B5. Grayscale: #707070. Windows color (decimal): -11237814 or 4884052. OLE color: 4884052.
HSL color Cylindrical-coordinate representation of color #54864A: hue angle of 110º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54864A is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 134 | 74 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.47 |
| HSL | 110º | 0.29% | 0.41% | - |
| HSV(B) | 110º | 0.45% | 0.53% | - |
| XYZ | 13.42 | 19.43 | 9.52 | - |
| YUV | 112.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 74 | 0.37 | 0 | 0.45 | 0.47 | 110 | 0.29 | 0.41 |
| Hex | 54 | 86 | 4A | 25 | 0 | 2D | 2F | 6E | 1D | 29 |
| Octal | 124 | 206 | 112 | 45 | 0 | 55 | 57 | 156 | 35 | 51 |
| Binary | 1010100 | 10000110 | 1001010 | 100101 | 0 | 101101 | 101111 | 1101110 | 11101 | 101001 |
Color Harmonies of #54864A
Complementary color
Monochromatic Colors of #54864A
Black with #54864A
Text Example
Text Example
White with #54864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54864A; }
p { color: rgb(84,134,74); }
H1.HeaderClassName
{
color: #54864A;
}
.AnyTagClassName
{
color: #54864A;
}
</style>
background-color css
<style>
a { background-color: #54864A; }
a { background-color: rgb(84,134,74); }
div.DivClassName
{
background-color: #54864A;
}
.BgClassName
{
background-color: #54864A;
}
</style>
border-color css
<style>
span { border-color: #54864A; }
span { border-color: rgb(84,134,74); }
td.TdClassName
{
border-color: #54864A;
}
.TagClassName
{
border-color: #54864A;
}
</style>