Shades of Glade Green #5C7D4F
Tints of Glade Green #5C7D4F
RGB
CMYK
RGB Variations
Color information
#5C7D4F (or 0x5C7D4F) is known color: Glade Green. HEX triplet: 5C, 7D and 4F. RGB value is (92,125,79). Sum of RGB (Red+Green+Blue) = 92+125+79=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7D4F is #A382B0. Grayscale: #6E6E6E. Windows color (decimal): -10715825 or 5209436. OLE color: 5209436.
HSL color Cylindrical-coordinate representation of color #5C7D4F: hue angle of 103.04º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7D4F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 125 | 79 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.51 |
| HSL | 103.04º | 0.23% | 0.4% | - |
| HSV(B) | 103.04º | 0.37% | 0.49% | - |
| XYZ | 13.16 | 17.51 | 10.08 | - |
| YUV | 109.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 79 | 0.26 | 0 | 0.37 | 0.51 | 103.04 | 0.23 | 0.4 |
| Hex | 5C | 7D | 4F | 1A | 0 | 25 | 33 | 67 | 17 | 28 |
| Octal | 134 | 175 | 117 | 32 | 0 | 45 | 63 | 147 | 27 | 50 |
| Binary | 1011100 | 1111101 | 1001111 | 11010 | 0 | 100101 | 110011 | 1100111 | 10111 | 101000 |
Color Harmonies of #5C7D4F
Complementary color
Monochromatic Colors of #5C7D4F
Black with #5C7D4F
Text Example
Text Example
White with #5C7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D4F; }
p { color: rgb(92,125,79); }
H1.HeaderClassName
{
color: #5C7D4F;
}
.AnyTagClassName
{
color: #5C7D4F;
}
</style>
background-color css
<style>
a { background-color: #5C7D4F; }
a { background-color: rgb(92,125,79); }
div.DivClassName
{
background-color: #5C7D4F;
}
.BgClassName
{
background-color: #5C7D4F;
}
</style>
border-color css
<style>
span { border-color: #5C7D4F; }
span { border-color: rgb(92,125,79); }
td.TdClassName
{
border-color: #5C7D4F;
}
.TagClassName
{
border-color: #5C7D4F;
}
</style>