Shades of Glade Green #548D46
Tints of Glade Green #548D46
RGB
CMYK
RGB Variations
Color information
#548D46 (or 0x548D46) is known color: Glade Green. HEX triplet: 54, 8D and 46. RGB value is (84,141,70). Sum of RGB (Red+Green+Blue) = 84+141+70=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #548D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548D46 is #AB72B9. Grayscale: #747474. Windows color (decimal): -11236026 or 4623700. OLE color: 4623700.
HSL color Cylindrical-coordinate representation of color #548D46: hue angle of 108.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #548D46 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 70 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.45 |
| HSL | 108.17º | 0.34% | 0.41% | - |
| HSV(B) | 108.17º | 0.5% | 0.55% | - |
| XYZ | 14.29 | 21.38 | 9.17 | - |
| YUV | 115.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 70 | 0.40 | 0 | 0.50 | 0.45 | 108.17 | 0.34 | 0.41 |
| Hex | 54 | 8D | 46 | 28 | 0 | 32 | 2D | 6C | 22 | 29 |
| Octal | 124 | 215 | 106 | 50 | 0 | 62 | 55 | 154 | 42 | 51 |
| Binary | 1010100 | 10001101 | 1000110 | 101000 | 0 | 110010 | 101101 | 1101100 | 100010 | 101001 |
Color Harmonies of #548D46
Complementary color
Monochromatic Colors of #548D46
Black with #548D46
Text Example
Text Example
White with #548D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D46; }
p { color: rgb(84,141,70); }
H1.HeaderClassName
{
color: #548D46;
}
.AnyTagClassName
{
color: #548D46;
}
</style>
background-color css
<style>
a { background-color: #548D46; }
a { background-color: rgb(84,141,70); }
div.DivClassName
{
background-color: #548D46;
}
.BgClassName
{
background-color: #548D46;
}
</style>
border-color css
<style>
span { border-color: #548D46; }
span { border-color: rgb(84,141,70); }
td.TdClassName
{
border-color: #548D46;
}
.TagClassName
{
border-color: #548D46;
}
</style>