Shades of Fern Green #54764A
Tints of Fern Green #54764A
RGB
CMYK
RGB Variations
Color information
#54764A (or 0x54764A) is known color: Fern Green. HEX triplet: 54, 76 and 4A. RGB value is (84,118,74). Sum of RGB (Red+Green+Blue) = 84+118+74=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #54764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54764A is #AB89B5. Grayscale: #666666. Windows color (decimal): -11241910 or 4879956. OLE color: 4879956.
HSL color Cylindrical-coordinate representation of color #54764A: hue angle of 106.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54764A is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 74 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.54 |
| HSL | 106.36º | 0.23% | 0.38% | - |
| HSV(B) | 106.36º | 0.37% | 0.46% | - |
| XYZ | 11.37 | 15.34 | 8.84 | - |
| YUV | 102.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 74 | 0.29 | 0 | 0.37 | 0.54 | 106.36 | 0.23 | 0.38 |
| Hex | 54 | 76 | 4A | 1D | 0 | 25 | 36 | 6A | 17 | 26 |
| Octal | 124 | 166 | 112 | 35 | 0 | 45 | 66 | 152 | 27 | 46 |
| Binary | 1010100 | 1110110 | 1001010 | 11101 | 0 | 100101 | 110110 | 1101010 | 10111 | 100110 |
Color Harmonies of #54764A
Complementary color
Monochromatic Colors of #54764A
Black with #54764A
Text Example
Text Example
White with #54764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54764A; }
p { color: rgb(84,118,74); }
H1.HeaderClassName
{
color: #54764A;
}
.AnyTagClassName
{
color: #54764A;
}
</style>
background-color css
<style>
a { background-color: #54764A; }
a { background-color: rgb(84,118,74); }
div.DivClassName
{
background-color: #54764A;
}
.BgClassName
{
background-color: #54764A;
}
</style>
border-color css
<style>
span { border-color: #54764A; }
span { border-color: rgb(84,118,74); }
td.TdClassName
{
border-color: #54764A;
}
.TagClassName
{
border-color: #54764A;
}
</style>