Shades of Glade Green #558A49
Tints of Glade Green #558A49
RGB
CMYK
RGB Variations
Color information
#558A49 (or 0x558A49) is known color: Glade Green. HEX triplet: 55, 8A and 49. RGB value is (85,138,73). Sum of RGB (Red+Green+Blue) = 85+138+73=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #558A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558A49 is #AA75B6. Grayscale: #727272. Windows color (decimal): -11171255 or 4819541. OLE color: 4819541.
HSL color Cylindrical-coordinate representation of color #558A49: hue angle of 108.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558A49 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 73 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.46 |
| HSL | 108.92º | 0.31% | 0.41% | - |
| HSV(B) | 108.92º | 0.47% | 0.54% | - |
| XYZ | 14.04 | 20.59 | 9.54 | - |
| YUV | 114.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 73 | 0.38 | 0 | 0.47 | 0.46 | 108.92 | 0.31 | 0.41 |
| Hex | 55 | 8A | 49 | 26 | 0 | 2F | 2E | 6D | 1F | 29 |
| Octal | 125 | 212 | 111 | 46 | 0 | 57 | 56 | 155 | 37 | 51 |
| Binary | 1010101 | 10001010 | 1001001 | 100110 | 0 | 101111 | 101110 | 1101101 | 11111 | 101001 |
Color Harmonies of #558A49
Complementary color
Monochromatic Colors of #558A49
Black with #558A49
Text Example
Text Example
White with #558A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A49; }
p { color: rgb(85,138,73); }
H1.HeaderClassName
{
color: #558A49;
}
.AnyTagClassName
{
color: #558A49;
}
</style>
background-color css
<style>
a { background-color: #558A49; }
a { background-color: rgb(85,138,73); }
div.DivClassName
{
background-color: #558A49;
}
.BgClassName
{
background-color: #558A49;
}
</style>
border-color css
<style>
span { border-color: #558A49; }
span { border-color: rgb(85,138,73); }
td.TdClassName
{
border-color: #558A49;
}
.TagClassName
{
border-color: #558A49;
}
</style>