Shades of Glade Green #5D904C
Tints of Glade Green #5D904C
RGB
CMYK
RGB Variations
Color information
#5D904C (or 0x5D904C) is known color: Glade Green. HEX triplet: 5D, 90 and 4C. RGB value is (93,144,76). Sum of RGB (Red+Green+Blue) = 93+144+76=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #5D904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D904C is #A26FB3. Grayscale: #797979. Windows color (decimal): -10645428 or 5017693. OLE color: 5017693.
HSL color Cylindrical-coordinate representation of color #5D904C: hue angle of 105º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D904C is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 144 | 76 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.44 |
| HSL | 105º | 0.31% | 0.43% | - |
| HSV(B) | 105º | 0.47% | 0.56% | - |
| XYZ | 15.79 | 22.8 | 10.41 | - |
| YUV | 121 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 76 | 0.35 | 0 | 0.47 | 0.44 | 105 | 0.31 | 0.43 |
| Hex | 5D | 90 | 4C | 23 | 0 | 2F | 2C | 69 | 1F | 2B |
| Octal | 135 | 220 | 114 | 43 | 0 | 57 | 54 | 151 | 37 | 53 |
| Binary | 1011101 | 10010000 | 1001100 | 100011 | 0 | 101111 | 101100 | 1101001 | 11111 | 101011 |
Color Harmonies of #5D904C
Complementary color
Monochromatic Colors of #5D904C
Black with #5D904C
Text Example
Text Example
White with #5D904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D904C; }
p { color: rgb(93,144,76); }
H1.HeaderClassName
{
color: #5D904C;
}
.AnyTagClassName
{
color: #5D904C;
}
</style>
background-color css
<style>
a { background-color: #5D904C; }
a { background-color: rgb(93,144,76); }
div.DivClassName
{
background-color: #5D904C;
}
.BgClassName
{
background-color: #5D904C;
}
</style>
border-color css
<style>
span { border-color: #5D904C; }
span { border-color: rgb(93,144,76); }
td.TdClassName
{
border-color: #5D904C;
}
.TagClassName
{
border-color: #5D904C;
}
</style>