Shades of Glade Green #558F48
Tints of Glade Green #558F48
RGB
CMYK
RGB Variations
Color information
#558F48 (or 0x558F48) is known color: Glade Green. HEX triplet: 55, 8F and 48. RGB value is (85,143,72). Sum of RGB (Red+Green+Blue) = 85+143+72=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #558F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558F48 is #AA70B7. Grayscale: #757575. Windows color (decimal): -11169976 or 4755285. OLE color: 4755285.
HSL color Cylindrical-coordinate representation of color #558F48: hue angle of 109.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558F48 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 72 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.44 |
| HSL | 109.01º | 0.33% | 0.42% | - |
| HSV(B) | 109.01º | 0.5% | 0.56% | - |
| XYZ | 14.74 | 22.04 | 9.61 | - |
| YUV | 117.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 72 | 0.41 | 0 | 0.50 | 0.44 | 109.01 | 0.33 | 0.42 |
| Hex | 55 | 8F | 48 | 29 | 0 | 32 | 2C | 6D | 21 | 2A |
| Octal | 125 | 217 | 110 | 51 | 0 | 62 | 54 | 155 | 41 | 52 |
| Binary | 1010101 | 10001111 | 1001000 | 101001 | 0 | 110010 | 101100 | 1101101 | 100001 | 101010 |
Color Harmonies of #558F48
Complementary color
Monochromatic Colors of #558F48
Black with #558F48
Text Example
Text Example
White with #558F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F48; }
p { color: rgb(85,143,72); }
H1.HeaderClassName
{
color: #558F48;
}
.AnyTagClassName
{
color: #558F48;
}
</style>
background-color css
<style>
a { background-color: #558F48; }
a { background-color: rgb(85,143,72); }
div.DivClassName
{
background-color: #558F48;
}
.BgClassName
{
background-color: #558F48;
}
</style>
border-color css
<style>
span { border-color: #558F48; }
span { border-color: rgb(85,143,72); }
td.TdClassName
{
border-color: #558F48;
}
.TagClassName
{
border-color: #558F48;
}
</style>