Shades of Glade Green #5C8B49
Tints of Glade Green #5C8B49
RGB
CMYK
RGB Variations
Color information
#5C8B49 (or 0x5C8B49) is known color: Glade Green. HEX triplet: 5C, 8B and 49. RGB value is (92,139,73). Sum of RGB (Red+Green+Blue) = 92+139+73=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8B49 is #A374B6. Grayscale: #757575. Windows color (decimal): -10712247 or 4819804. OLE color: 4819804.
HSL color Cylindrical-coordinate representation of color #5C8B49: hue angle of 102.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C8B49 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 73 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.45 |
| HSL | 102.73º | 0.31% | 0.42% | - |
| HSV(B) | 102.73º | 0.47% | 0.55% | - |
| XYZ | 14.85 | 21.22 | 9.62 | - |
| YUV | 117.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 73 | 0.34 | 0 | 0.47 | 0.45 | 102.73 | 0.31 | 0.42 |
| Hex | 5C | 8B | 49 | 22 | 0 | 2F | 2D | 67 | 1F | 2A |
| Octal | 134 | 213 | 111 | 42 | 0 | 57 | 55 | 147 | 37 | 52 |
| Binary | 1011100 | 10001011 | 1001001 | 100010 | 0 | 101111 | 101101 | 1100111 | 11111 | 101010 |
Color Harmonies of #5C8B49
Complementary color
Monochromatic Colors of #5C8B49
Black with #5C8B49
Text Example
Text Example
White with #5C8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B49; }
p { color: rgb(92,139,73); }
H1.HeaderClassName
{
color: #5C8B49;
}
.AnyTagClassName
{
color: #5C8B49;
}
</style>
background-color css
<style>
a { background-color: #5C8B49; }
a { background-color: rgb(92,139,73); }
div.DivClassName
{
background-color: #5C8B49;
}
.BgClassName
{
background-color: #5C8B49;
}
</style>
border-color css
<style>
span { border-color: #5C8B49; }
span { border-color: rgb(92,139,73); }
td.TdClassName
{
border-color: #5C8B49;
}
.TagClassName
{
border-color: #5C8B49;
}
</style>