Shades of Glade Green #5C9242
Tints of Glade Green #5C9242
RGB
CMYK
RGB Variations
Color information
#5C9242 (or 0x5C9242) is known color: Glade Green. HEX triplet: 5C, 92 and 42. RGB value is (92,146,66). Sum of RGB (Red+Green+Blue) = 92+146+66=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9242 is #A36DBD. Grayscale: #797979. Windows color (decimal): -10710462 or 4362844. OLE color: 4362844.
HSL color Cylindrical-coordinate representation of color #5C9242: hue angle of 100.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C9242 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 66 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.43 |
| HSL | 100.5º | 0.38% | 0.42% | - |
| HSV(B) | 100.5º | 0.55% | 0.57% | - |
| XYZ | 15.68 | 23.23 | 8.81 | - |
| YUV | 120.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 66 | 0.37 | 0 | 0.55 | 0.43 | 100.5 | 0.38 | 0.42 |
| Hex | 5C | 92 | 42 | 25 | 0 | 37 | 2B | 64 | 26 | 2A |
| Octal | 134 | 222 | 102 | 45 | 0 | 67 | 53 | 144 | 46 | 52 |
| Binary | 1011100 | 10010010 | 1000010 | 100101 | 0 | 110111 | 101011 | 1100100 | 100110 | 101010 |
Color Harmonies of #5C9242
Complementary color
Monochromatic Colors of #5C9242
Black with #5C9242
Text Example
Text Example
White with #5C9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9242; }
p { color: rgb(92,146,66); }
H1.HeaderClassName
{
color: #5C9242;
}
.AnyTagClassName
{
color: #5C9242;
}
</style>
background-color css
<style>
a { background-color: #5C9242; }
a { background-color: rgb(92,146,66); }
div.DivClassName
{
background-color: #5C9242;
}
.BgClassName
{
background-color: #5C9242;
}
</style>
border-color css
<style>
span { border-color: #5C9242; }
span { border-color: rgb(92,146,66); }
td.TdClassName
{
border-color: #5C9242;
}
.TagClassName
{
border-color: #5C9242;
}
</style>