Shades of Glade Green #5C8649
Tints of Glade Green #5C8649
RGB
CMYK
RGB Variations
Color information
#5C8649 (or 0x5C8649) is known color: Glade Green. HEX triplet: 5C, 86 and 49. RGB value is (92,134,73). Sum of RGB (Red+Green+Blue) = 92+134+73=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #5C8649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8649 is #A379B6. Grayscale: #727272. Windows color (decimal): -10713527 or 4818524. OLE color: 4818524.
HSL color Cylindrical-coordinate representation of color #5C8649: hue angle of 101.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C8649 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 73 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.47 |
| HSL | 101.31º | 0.29% | 0.41% | - |
| HSV(B) | 101.31º | 0.46% | 0.53% | - |
| XYZ | 14.14 | 19.81 | 9.38 | - |
| YUV | 114.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 73 | 0.31 | 0 | 0.46 | 0.47 | 101.31 | 0.29 | 0.41 |
| Hex | 5C | 86 | 49 | 1F | 0 | 2E | 2F | 65 | 1D | 29 |
| Octal | 134 | 206 | 111 | 37 | 0 | 56 | 57 | 145 | 35 | 51 |
| Binary | 1011100 | 10000110 | 1001001 | 11111 | 0 | 101110 | 101111 | 1100101 | 11101 | 101001 |
Color Harmonies of #5C8649
Complementary color
Monochromatic Colors of #5C8649
Black with #5C8649
Text Example
Text Example
White with #5C8649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8649; }
p { color: rgb(92,134,73); }
H1.HeaderClassName
{
color: #5C8649;
}
.AnyTagClassName
{
color: #5C8649;
}
</style>
background-color css
<style>
a { background-color: #5C8649; }
a { background-color: rgb(92,134,73); }
div.DivClassName
{
background-color: #5C8649;
}
.BgClassName
{
background-color: #5C8649;
}
</style>
border-color css
<style>
span { border-color: #5C8649; }
span { border-color: rgb(92,134,73); }
td.TdClassName
{
border-color: #5C8649;
}
.TagClassName
{
border-color: #5C8649;
}
</style>