Shades of Glade Green #5C924A
Tints of Glade Green #5C924A
RGB
CMYK
RGB Variations
Color information
#5C924A (or 0x5C924A) is known color: Glade Green. HEX triplet: 5C, 92 and 4A. RGB value is (92,146,74). Sum of RGB (Red+Green+Blue) = 92+146+74=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #5C924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C924A is #A36DB5. Grayscale: #797979. Windows color (decimal): -10710454 or 4887132. OLE color: 4887132.
HSL color Cylindrical-coordinate representation of color #5C924A: hue angle of 105º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C924A is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 74 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.43 |
| HSL | 105º | 0.33% | 0.43% | - |
| HSV(B) | 105º | 0.49% | 0.57% | - |
| XYZ | 15.93 | 23.33 | 10.14 | - |
| YUV | 121.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 74 | 0.37 | 0 | 0.49 | 0.43 | 105 | 0.33 | 0.43 |
| Hex | 5C | 92 | 4A | 25 | 0 | 31 | 2B | 69 | 21 | 2B |
| Octal | 134 | 222 | 112 | 45 | 0 | 61 | 53 | 151 | 41 | 53 |
| Binary | 1011100 | 10010010 | 1001010 | 100101 | 0 | 110001 | 101011 | 1101001 | 100001 | 101011 |
Color Harmonies of #5C924A
Complementary color
Monochromatic Colors of #5C924A
Black with #5C924A
Text Example
Text Example
White with #5C924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C924A; }
p { color: rgb(92,146,74); }
H1.HeaderClassName
{
color: #5C924A;
}
.AnyTagClassName
{
color: #5C924A;
}
</style>
background-color css
<style>
a { background-color: #5C924A; }
a { background-color: rgb(92,146,74); }
div.DivClassName
{
background-color: #5C924A;
}
.BgClassName
{
background-color: #5C924A;
}
</style>
border-color css
<style>
span { border-color: #5C924A; }
span { border-color: rgb(92,146,74); }
td.TdClassName
{
border-color: #5C924A;
}
.TagClassName
{
border-color: #5C924A;
}
</style>