Shades of Glade Green #558B46
Tints of Glade Green #558B46
RGB
CMYK
RGB Variations
Color information
#558B46 (or 0x558B46) is known color: Glade Green. HEX triplet: 55, 8B and 46. RGB value is (85,139,70). Sum of RGB (Red+Green+Blue) = 85+139+70=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #558B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B46 is #AA74B9. Grayscale: #737373. Windows color (decimal): -11171002 or 4623189. OLE color: 4623189.
HSL color Cylindrical-coordinate representation of color #558B46: hue angle of 106.96º degrees, saturation: 0.33, 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 #558B46 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 70 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.45 |
| HSL | 106.96º | 0.33% | 0.41% | - |
| HSV(B) | 106.96º | 0.5% | 0.55% | - |
| XYZ | 14.08 | 20.84 | 9.07 | - |
| YUV | 114.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 70 | 0.39 | 0 | 0.50 | 0.45 | 106.96 | 0.33 | 0.41 |
| Hex | 55 | 8B | 46 | 27 | 0 | 32 | 2D | 6B | 21 | 29 |
| Octal | 125 | 213 | 106 | 47 | 0 | 62 | 55 | 153 | 41 | 51 |
| Binary | 1010101 | 10001011 | 1000110 | 100111 | 0 | 110010 | 101101 | 1101011 | 100001 | 101001 |
Color Harmonies of #558B46
Complementary color
Monochromatic Colors of #558B46
Black with #558B46
Text Example
Text Example
White with #558B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B46; }
p { color: rgb(85,139,70); }
H1.HeaderClassName
{
color: #558B46;
}
.AnyTagClassName
{
color: #558B46;
}
</style>
background-color css
<style>
a { background-color: #558B46; }
a { background-color: rgb(85,139,70); }
div.DivClassName
{
background-color: #558B46;
}
.BgClassName
{
background-color: #558B46;
}
</style>
border-color css
<style>
span { border-color: #558B46; }
span { border-color: rgb(85,139,70); }
td.TdClassName
{
border-color: #558B46;
}
.TagClassName
{
border-color: #558B46;
}
</style>