Shades of Glade Green #5C8B45
Tints of Glade Green #5C8B45
RGB
CMYK
RGB Variations
Color information
#5C8B45 (or 0x5C8B45) is known color: Glade Green. HEX triplet: 5C, 8B and 45. RGB value is (92,139,69). Sum of RGB (Red+Green+Blue) = 92+139+69=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8B45 is #A374BA. Grayscale: #757575. Windows color (decimal): -10712251 or 4557660. OLE color: 4557660.
HSL color Cylindrical-coordinate representation of color #5C8B45: hue angle of 100.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C8B45 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 69 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.45 |
| HSL | 100.29º | 0.34% | 0.41% | - |
| HSV(B) | 100.29º | 0.5% | 0.55% | - |
| XYZ | 14.72 | 21.17 | 8.94 | - |
| YUV | 116.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 69 | 0.34 | 0 | 0.50 | 0.45 | 100.29 | 0.34 | 0.41 |
| Hex | 5C | 8B | 45 | 22 | 0 | 32 | 2D | 64 | 22 | 29 |
| Octal | 134 | 213 | 105 | 42 | 0 | 62 | 55 | 144 | 42 | 51 |
| Binary | 1011100 | 10001011 | 1000101 | 100010 | 0 | 110010 | 101101 | 1100100 | 100010 | 101001 |
Color Harmonies of #5C8B45
Complementary color
Monochromatic Colors of #5C8B45
Black with #5C8B45
Text Example
Text Example
White with #5C8B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B45; }
p { color: rgb(92,139,69); }
H1.HeaderClassName
{
color: #5C8B45;
}
.AnyTagClassName
{
color: #5C8B45;
}
</style>
background-color css
<style>
a { background-color: #5C8B45; }
a { background-color: rgb(92,139,69); }
div.DivClassName
{
background-color: #5C8B45;
}
.BgClassName
{
background-color: #5C8B45;
}
</style>
border-color css
<style>
span { border-color: #5C8B45; }
span { border-color: rgb(92,139,69); }
td.TdClassName
{
border-color: #5C8B45;
}
.TagClassName
{
border-color: #5C8B45;
}
</style>