Shades of Glade Green #5C7C50
Tints of Glade Green #5C7C50
RGB
CMYK
RGB Variations
Color information
#5C7C50 (or 0x5C7C50) is known color: Glade Green. HEX triplet: 5C, 7C and 50. RGB value is (92,124,80). Sum of RGB (Red+Green+Blue) = 92+124+80=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C50 is #A383AF. Grayscale: #6D6D6D. Windows color (decimal): -10716080 or 5274716. OLE color: 5274716.
HSL color Cylindrical-coordinate representation of color #5C7C50: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C7C50 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 80 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.51 |
| HSL | 103.64º | 0.22% | 0.4% | - |
| HSV(B) | 103.64º | 0.35% | 0.49% | - |
| XYZ | 13.07 | 17.27 | 10.23 | - |
| YUV | 109.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 80 | 0.26 | 0 | 0.35 | 0.51 | 103.64 | 0.22 | 0.4 |
| Hex | 5C | 7C | 50 | 1A | 0 | 23 | 33 | 68 | 16 | 28 |
| Octal | 134 | 174 | 120 | 32 | 0 | 43 | 63 | 150 | 26 | 50 |
| Binary | 1011100 | 1111100 | 1010000 | 11010 | 0 | 100011 | 110011 | 1101000 | 10110 | 101000 |
Color Harmonies of #5C7C50
Complementary color
Monochromatic Colors of #5C7C50
Black with #5C7C50
Text Example
Text Example
White with #5C7C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C50; }
p { color: rgb(92,124,80); }
H1.HeaderClassName
{
color: #5C7C50;
}
.AnyTagClassName
{
color: #5C7C50;
}
</style>
background-color css
<style>
a { background-color: #5C7C50; }
a { background-color: rgb(92,124,80); }
div.DivClassName
{
background-color: #5C7C50;
}
.BgClassName
{
background-color: #5C7C50;
}
</style>
border-color css
<style>
span { border-color: #5C7C50; }
span { border-color: rgb(92,124,80); }
td.TdClassName
{
border-color: #5C7C50;
}
.TagClassName
{
border-color: #5C7C50;
}
</style>