Shades of Glade Green #549544
Tints of Glade Green #549544
RGB
CMYK
RGB Variations
Color information
#549544 (or 0x549544) is known color: Glade Green. HEX triplet: 54, 95 and 44. RGB value is (84,149,68). Sum of RGB (Red+Green+Blue) = 84+149+68=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #549544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549544 is #AB6ABB. Grayscale: #787878. Windows color (decimal): -11233980 or 4494676. OLE color: 4494676.
HSL color Cylindrical-coordinate representation of color #549544: hue angle of 108.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #549544 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 68 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.42 |
| HSL | 108.15º | 0.37% | 0.43% | - |
| HSV(B) | 108.15º | 0.54% | 0.58% | - |
| XYZ | 15.45 | 23.8 | 9.25 | - |
| YUV | 120.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 68 | 0.44 | 0 | 0.54 | 0.42 | 108.15 | 0.37 | 0.43 |
| Hex | 54 | 95 | 44 | 2C | 0 | 36 | 2A | 6C | 25 | 2B |
| Octal | 124 | 225 | 104 | 54 | 0 | 66 | 52 | 154 | 45 | 53 |
| Binary | 1010100 | 10010101 | 1000100 | 101100 | 0 | 110110 | 101010 | 1101100 | 100101 | 101011 |
Color Harmonies of #549544
Complementary color
Monochromatic Colors of #549544
Black with #549544
Text Example
Text Example
White with #549544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549544; }
p { color: rgb(84,149,68); }
H1.HeaderClassName
{
color: #549544;
}
.AnyTagClassName
{
color: #549544;
}
</style>
background-color css
<style>
a { background-color: #549544; }
a { background-color: rgb(84,149,68); }
div.DivClassName
{
background-color: #549544;
}
.BgClassName
{
background-color: #549544;
}
</style>
border-color css
<style>
span { border-color: #549544; }
span { border-color: rgb(84,149,68); }
td.TdClassName
{
border-color: #549544;
}
.TagClassName
{
border-color: #549544;
}
</style>