Shades of Glade Green #5C7D4C
Tints of Glade Green #5C7D4C
RGB
CMYK
RGB Variations
Color information
#5C7D4C (or 0x5C7D4C) is known color: Glade Green. HEX triplet: 5C, 7D and 4C. RGB value is (92,125,76). Sum of RGB (Red+Green+Blue) = 92+125+76=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7D4C is #A382B3. Grayscale: #6D6D6D. Windows color (decimal): -10715828 or 5012828. OLE color: 5012828.
HSL color Cylindrical-coordinate representation of color #5C7D4C: hue angle of 100.41º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7D4C is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 125 | 76 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.51 |
| HSL | 100.41º | 0.24% | 0.39% | - |
| HSV(B) | 100.41º | 0.39% | 0.49% | - |
| XYZ | 13.05 | 17.46 | 9.52 | - |
| YUV | 109.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 76 | 0.26 | 0 | 0.39 | 0.51 | 100.41 | 0.24 | 0.39 |
| Hex | 5C | 7D | 4C | 1A | 0 | 27 | 33 | 64 | 18 | 27 |
| Octal | 134 | 175 | 114 | 32 | 0 | 47 | 63 | 144 | 30 | 47 |
| Binary | 1011100 | 1111101 | 1001100 | 11010 | 0 | 100111 | 110011 | 1100100 | 11000 | 100111 |
Color Harmonies of #5C7D4C
Complementary color
Monochromatic Colors of #5C7D4C
Black with #5C7D4C
Text Example
Text Example
White with #5C7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D4C; }
p { color: rgb(92,125,76); }
H1.HeaderClassName
{
color: #5C7D4C;
}
.AnyTagClassName
{
color: #5C7D4C;
}
</style>
background-color css
<style>
a { background-color: #5C7D4C; }
a { background-color: rgb(92,125,76); }
div.DivClassName
{
background-color: #5C7D4C;
}
.BgClassName
{
background-color: #5C7D4C;
}
</style>
border-color css
<style>
span { border-color: #5C7D4C; }
span { border-color: rgb(92,125,76); }
td.TdClassName
{
border-color: #5C7D4C;
}
.TagClassName
{
border-color: #5C7D4C;
}
</style>