Shades of Glade Green #549145
Tints of Glade Green #549145
RGB
CMYK
RGB Variations
Color information
#549145 (or 0x549145) is known color: Glade Green. HEX triplet: 54, 91 and 45. RGB value is (84,145,69). Sum of RGB (Red+Green+Blue) = 84+145+69=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #549145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549145 is #AB6EBA. Grayscale: #767676. Windows color (decimal): -11235003 or 4559188. OLE color: 4559188.
HSL color Cylindrical-coordinate representation of color #549145: hue angle of 108.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #549145 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 69 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.43 |
| HSL | 108.16º | 0.36% | 0.42% | - |
| HSV(B) | 108.16º | 0.52% | 0.57% | - |
| XYZ | 14.86 | 22.57 | 9.2 | - |
| YUV | 118.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 69 | 0.42 | 0 | 0.52 | 0.43 | 108.16 | 0.36 | 0.42 |
| Hex | 54 | 91 | 45 | 2A | 0 | 34 | 2B | 6C | 24 | 2A |
| Octal | 124 | 221 | 105 | 52 | 0 | 64 | 53 | 154 | 44 | 52 |
| Binary | 1010100 | 10010001 | 1000101 | 101010 | 0 | 110100 | 101011 | 1101100 | 100100 | 101010 |
Color Harmonies of #549145
Complementary color
Monochromatic Colors of #549145
Black with #549145
Text Example
Text Example
White with #549145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549145; }
p { color: rgb(84,145,69); }
H1.HeaderClassName
{
color: #549145;
}
.AnyTagClassName
{
color: #549145;
}
</style>
background-color css
<style>
a { background-color: #549145; }
a { background-color: rgb(84,145,69); }
div.DivClassName
{
background-color: #549145;
}
.BgClassName
{
background-color: #549145;
}
</style>
border-color css
<style>
span { border-color: #549145; }
span { border-color: rgb(84,145,69); }
td.TdClassName
{
border-color: #549145;
}
.TagClassName
{
border-color: #549145;
}
</style>