Shades of Glade Green #549940
Tints of Glade Green #549940
RGB
CMYK
RGB Variations
Color information
#549940 (or 0x549940) is known color: Glade Green. HEX triplet: 54, 99 and 40. RGB value is (84,153,64). Sum of RGB (Red+Green+Blue) = 84+153+64=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #549940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549940 is #AB66BF. Grayscale: #7A7A7A. Windows color (decimal): -11232960 or 4233556. OLE color: 4233556.
HSL color Cylindrical-coordinate representation of color #549940: hue angle of 106.52º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549940 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 64 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.4 |
| HSL | 106.52º | 0.41% | 0.43% | - |
| HSV(B) | 106.52º | 0.58% | 0.6% | - |
| XYZ | 15.97 | 25.04 | 8.84 | - |
| YUV | 122.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 64 | 0.45 | 0 | 0.58 | 0.4 | 106.52 | 0.41 | 0.43 |
| Hex | 54 | 99 | 40 | 2D | 0 | 3A | 28 | 6B | 29 | 2B |
| Octal | 124 | 231 | 100 | 55 | 0 | 72 | 50 | 153 | 51 | 53 |
| Binary | 1010100 | 10011001 | 1000000 | 101101 | 0 | 111010 | 101000 | 1101011 | 101001 | 101011 |
Color Harmonies of #549940
Complementary color
Monochromatic Colors of #549940
Black with #549940
Text Example
Text Example
White with #549940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549940; }
p { color: rgb(84,153,64); }
H1.HeaderClassName
{
color: #549940;
}
.AnyTagClassName
{
color: #549940;
}
</style>
background-color css
<style>
a { background-color: #549940; }
a { background-color: rgb(84,153,64); }
div.DivClassName
{
background-color: #549940;
}
.BgClassName
{
background-color: #549940;
}
</style>
border-color css
<style>
span { border-color: #549940; }
span { border-color: rgb(84,153,64); }
td.TdClassName
{
border-color: #549940;
}
.TagClassName
{
border-color: #549940;
}
</style>