Shades of Glade Green #5C7F52
Tints of Glade Green #5C7F52
RGB
CMYK
RGB Variations
Color information
#5C7F52 (or 0x5C7F52) is known color: Glade Green. HEX triplet: 5C, 7F and 52. RGB value is (92,127,82). Sum of RGB (Red+Green+Blue) = 92+127+82=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #5C7F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7F52 is #A380AD. Grayscale: #6F6F6F. Windows color (decimal): -10715310 or 5406556. OLE color: 5406556.
HSL color Cylindrical-coordinate representation of color #5C7F52: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C7F52 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 127 | 82 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.50 |
| HSL | 106.67º | 0.22% | 0.41% | - |
| HSV(B) | 106.67º | 0.35% | 0.5% | - |
| XYZ | 13.53 | 18.06 | 10.76 | - |
| YUV | 111.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 82 | 0.28 | 0 | 0.35 | 0.50 | 106.67 | 0.22 | 0.41 |
| Hex | 5C | 7F | 52 | 1C | 0 | 23 | 32 | 6B | 16 | 29 |
| Octal | 134 | 177 | 122 | 34 | 0 | 43 | 62 | 153 | 26 | 51 |
| Binary | 1011100 | 1111111 | 1010010 | 11100 | 0 | 100011 | 110010 | 1101011 | 10110 | 101001 |
Color Harmonies of #5C7F52
Complementary color
Monochromatic Colors of #5C7F52
Black with #5C7F52
Text Example
Text Example
White with #5C7F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7F52; }
p { color: rgb(92,127,82); }
H1.HeaderClassName
{
color: #5C7F52;
}
.AnyTagClassName
{
color: #5C7F52;
}
</style>
background-color css
<style>
a { background-color: #5C7F52; }
a { background-color: rgb(92,127,82); }
div.DivClassName
{
background-color: #5C7F52;
}
.BgClassName
{
background-color: #5C7F52;
}
</style>
border-color css
<style>
span { border-color: #5C7F52; }
span { border-color: rgb(92,127,82); }
td.TdClassName
{
border-color: #5C7F52;
}
.TagClassName
{
border-color: #5C7F52;
}
</style>