Shades of Fern Green #54804C
Tints of Fern Green #54804C
RGB
CMYK
RGB Variations
Color information
#54804C (or 0x54804C) is known color: Fern Green. HEX triplet: 54, 80 and 4C. RGB value is (84,128,76). Sum of RGB (Red+Green+Blue) = 84+128+76=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #54804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54804C is #AB7FB3. Grayscale: #6D6D6D. Windows color (decimal): -11239348 or 5013588. OLE color: 5013588.
HSL color Cylindrical-coordinate representation of color #54804C: hue angle of 110.77º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54804C is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 76 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.50 |
| HSL | 110.77º | 0.25% | 0.4% | - |
| HSV(B) | 110.77º | 0.41% | 0.5% | - |
| XYZ | 12.68 | 17.84 | 9.61 | - |
| YUV | 108.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 76 | 0.34 | 0 | 0.41 | 0.50 | 110.77 | 0.25 | 0.4 |
| Hex | 54 | 80 | 4C | 22 | 0 | 29 | 32 | 6F | 19 | 28 |
| Octal | 124 | 200 | 114 | 42 | 0 | 51 | 62 | 157 | 31 | 50 |
| Binary | 1010100 | 10000000 | 1001100 | 100010 | 0 | 101001 | 110010 | 1101111 | 11001 | 101000 |
Color Harmonies of #54804C
Complementary color
Monochromatic Colors of #54804C
Black with #54804C
Text Example
Text Example
White with #54804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54804C; }
p { color: rgb(84,128,76); }
H1.HeaderClassName
{
color: #54804C;
}
.AnyTagClassName
{
color: #54804C;
}
</style>
background-color css
<style>
a { background-color: #54804C; }
a { background-color: rgb(84,128,76); }
div.DivClassName
{
background-color: #54804C;
}
.BgClassName
{
background-color: #54804C;
}
</style>
border-color css
<style>
span { border-color: #54804C; }
span { border-color: rgb(84,128,76); }
td.TdClassName
{
border-color: #54804C;
}
.TagClassName
{
border-color: #54804C;
}
</style>