Shades of Glade Green #549146
Tints of Glade Green #549146
RGB
CMYK
RGB Variations
Color information
#549146 (or 0x549146) is known color: Glade Green. HEX triplet: 54, 91 and 46. RGB value is (84,145,70). Sum of RGB (Red+Green+Blue) = 84+145+70=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #549146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549146 is #AB6EB9. Grayscale: #767676. Windows color (decimal): -11235002 or 4624724. OLE color: 4624724.
HSL color Cylindrical-coordinate representation of color #549146: hue angle of 108.8º degrees, saturation: 0.35, 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 #549146 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 145 | 70 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.43 |
| HSL | 108.8º | 0.35% | 0.42% | - |
| HSV(B) | 108.8º | 0.52% | 0.57% | - |
| XYZ | 14.89 | 22.58 | 9.37 | - |
| YUV | 118.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 70 | 0.42 | 0 | 0.52 | 0.43 | 108.8 | 0.35 | 0.42 |
| Hex | 54 | 91 | 46 | 2A | 0 | 34 | 2B | 6D | 23 | 2A |
| Octal | 124 | 221 | 106 | 52 | 0 | 64 | 53 | 155 | 43 | 52 |
| Binary | 1010100 | 10010001 | 1000110 | 101010 | 0 | 110100 | 101011 | 1101101 | 100011 | 101010 |
Color Harmonies of #549146
Complementary color
Monochromatic Colors of #549146
Black with #549146
Text Example
Text Example
White with #549146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549146; }
p { color: rgb(84,145,70); }
H1.HeaderClassName
{
color: #549146;
}
.AnyTagClassName
{
color: #549146;
}
</style>
background-color css
<style>
a { background-color: #549146; }
a { background-color: rgb(84,145,70); }
div.DivClassName
{
background-color: #549146;
}
.BgClassName
{
background-color: #549146;
}
</style>
border-color css
<style>
span { border-color: #549146; }
span { border-color: rgb(84,145,70); }
td.TdClassName
{
border-color: #549146;
}
.TagClassName
{
border-color: #549146;
}
</style>