Shades of Glade Green #597C48
Tints of Glade Green #597C48
RGB
CMYK
RGB Variations
Color information
#597C48 (or 0x597C48) is known color: Glade Green. HEX triplet: 59, 7C and 48. RGB value is (89,124,72). Sum of RGB (Red+Green+Blue) = 89+124+72=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #597C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597C48 is #A683B7. Grayscale: #6B6B6B. Windows color (decimal): -10912696 or 4750425. OLE color: 4750425.
HSL color Cylindrical-coordinate representation of color #597C48: hue angle of 100.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #597C48 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 72 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.51 |
| HSL | 100.38º | 0.27% | 0.38% | - |
| HSV(B) | 100.38º | 0.42% | 0.49% | - |
| XYZ | 12.5 | 17.01 | 8.75 | - |
| YUV | 107.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 72 | 0.28 | 0 | 0.42 | 0.51 | 100.38 | 0.27 | 0.38 |
| Hex | 59 | 7C | 48 | 1C | 0 | 2A | 33 | 64 | 1B | 26 |
| Octal | 131 | 174 | 110 | 34 | 0 | 52 | 63 | 144 | 33 | 46 |
| Binary | 1011001 | 1111100 | 1001000 | 11100 | 0 | 101010 | 110011 | 1100100 | 11011 | 100110 |
Color Harmonies of #597C48
Complementary color
Monochromatic Colors of #597C48
Black with #597C48
Text Example
Text Example
White with #597C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C48; }
p { color: rgb(89,124,72); }
H1.HeaderClassName
{
color: #597C48;
}
.AnyTagClassName
{
color: #597C48;
}
</style>
background-color css
<style>
a { background-color: #597C48; }
a { background-color: rgb(89,124,72); }
div.DivClassName
{
background-color: #597C48;
}
.BgClassName
{
background-color: #597C48;
}
</style>
border-color css
<style>
span { border-color: #597C48; }
span { border-color: rgb(89,124,72); }
td.TdClassName
{
border-color: #597C48;
}
.TagClassName
{
border-color: #597C48;
}
</style>