Shades of Glade Green #54894A
Tints of Glade Green #54894A
RGB
CMYK
RGB Variations
Color information
#54894A (or 0x54894A) is known color: Glade Green. HEX triplet: 54, 89 and 4A. RGB value is (84,137,74). Sum of RGB (Red+Green+Blue) = 84+137+74=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #54894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54894A is #AB76B5. Grayscale: #727272. Windows color (decimal): -11237046 or 4884820. OLE color: 4884820.
HSL color Cylindrical-coordinate representation of color #54894A: hue angle of 110.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54894A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 74 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.46 |
| HSL | 110.48º | 0.3% | 0.41% | - |
| HSV(B) | 110.48º | 0.46% | 0.54% | - |
| XYZ | 13.84 | 20.27 | 9.66 | - |
| YUV | 113.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 74 | 0.39 | 0 | 0.46 | 0.46 | 110.48 | 0.3 | 0.41 |
| Hex | 54 | 89 | 4A | 27 | 0 | 2E | 2E | 6E | 1E | 29 |
| Octal | 124 | 211 | 112 | 47 | 0 | 56 | 56 | 156 | 36 | 51 |
| Binary | 1010100 | 10001001 | 1001010 | 100111 | 0 | 101110 | 101110 | 1101110 | 11110 | 101001 |
Color Harmonies of #54894A
Complementary color
Monochromatic Colors of #54894A
Black with #54894A
Text Example
Text Example
White with #54894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54894A; }
p { color: rgb(84,137,74); }
H1.HeaderClassName
{
color: #54894A;
}
.AnyTagClassName
{
color: #54894A;
}
</style>
background-color css
<style>
a { background-color: #54894A; }
a { background-color: rgb(84,137,74); }
div.DivClassName
{
background-color: #54894A;
}
.BgClassName
{
background-color: #54894A;
}
</style>
border-color css
<style>
span { border-color: #54894A; }
span { border-color: rgb(84,137,74); }
td.TdClassName
{
border-color: #54894A;
}
.TagClassName
{
border-color: #54894A;
}
</style>