Shades of Glade Green #5C7953
Tints of Glade Green #5C7953
RGB
CMYK
RGB Variations
Color information
#5C7953 (or 0x5C7953) is known color: Glade Green. HEX triplet: 5C, 79 and 53. RGB value is (92,121,83). Sum of RGB (Red+Green+Blue) = 92+121+83=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7953 is #A386AC. Grayscale: #6C6C6C. Windows color (decimal): -10716845 or 5470556. OLE color: 5470556.
HSL color Cylindrical-coordinate representation of color #5C7953: hue angle of 105.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7953 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 83 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.53 |
| HSL | 105.79º | 0.19% | 0.4% | - |
| HSV(B) | 105.79º | 0.31% | 0.47% | - |
| XYZ | 12.81 | 16.57 | 10.71 | - |
| YUV | 108 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 83 | 0.24 | 0 | 0.31 | 0.53 | 105.79 | 0.19 | 0.4 |
| Hex | 5C | 79 | 53 | 18 | 0 | 1F | 35 | 6A | 13 | 28 |
| Octal | 134 | 171 | 123 | 30 | 0 | 37 | 65 | 152 | 23 | 50 |
| Binary | 1011100 | 1111001 | 1010011 | 11000 | 0 | 11111 | 110101 | 1101010 | 10011 | 101000 |
Color Harmonies of #5C7953
Complementary color
Monochromatic Colors of #5C7953
Black with #5C7953
Text Example
Text Example
White with #5C7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7953; }
p { color: rgb(92,121,83); }
H1.HeaderClassName
{
color: #5C7953;
}
.AnyTagClassName
{
color: #5C7953;
}
</style>
background-color css
<style>
a { background-color: #5C7953; }
a { background-color: rgb(92,121,83); }
div.DivClassName
{
background-color: #5C7953;
}
.BgClassName
{
background-color: #5C7953;
}
</style>
border-color css
<style>
span { border-color: #5C7953; }
span { border-color: rgb(92,121,83); }
td.TdClassName
{
border-color: #5C7953;
}
.TagClassName
{
border-color: #5C7953;
}
</style>