Shades of Glade Green #5C9540
Tints of Glade Green #5C9540
RGB
CMYK
RGB Variations
Color information
#5C9540 (or 0x5C9540) is known color: Glade Green. HEX triplet: 5C, 95 and 40. RGB value is (92,149,64). Sum of RGB (Red+Green+Blue) = 92+149+64=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9540 is #A36ABF. Grayscale: #7A7A7A. Windows color (decimal): -10709696 or 4232540. OLE color: 4232540.
HSL color Cylindrical-coordinate representation of color #5C9540: hue angle of 100.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C9540 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 149 | 64 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.42 |
| HSL | 100.24º | 0.4% | 0.42% | - |
| HSV(B) | 100.24º | 0.57% | 0.58% | - |
| XYZ | 16.09 | 24.14 | 8.66 | - |
| YUV | 122.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 64 | 0.38 | 0 | 0.57 | 0.42 | 100.24 | 0.4 | 0.42 |
| Hex | 5C | 95 | 40 | 26 | 0 | 39 | 2A | 64 | 28 | 2A |
| Octal | 134 | 225 | 100 | 46 | 0 | 71 | 52 | 144 | 50 | 52 |
| Binary | 1011100 | 10010101 | 1000000 | 100110 | 0 | 111001 | 101010 | 1100100 | 101000 | 101010 |
Color Harmonies of #5C9540
Complementary color
Monochromatic Colors of #5C9540
Black with #5C9540
Text Example
Text Example
White with #5C9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9540; }
p { color: rgb(92,149,64); }
H1.HeaderClassName
{
color: #5C9540;
}
.AnyTagClassName
{
color: #5C9540;
}
</style>
background-color css
<style>
a { background-color: #5C9540; }
a { background-color: rgb(92,149,64); }
div.DivClassName
{
background-color: #5C9540;
}
.BgClassName
{
background-color: #5C9540;
}
</style>
border-color css
<style>
span { border-color: #5C9540; }
span { border-color: rgb(92,149,64); }
td.TdClassName
{
border-color: #5C9540;
}
.TagClassName
{
border-color: #5C9540;
}
</style>