Shades of Glade Green #5B824A
Tints of Glade Green #5B824A
RGB
CMYK
RGB Variations
Color information
#5B824A (or 0x5B824A) is known color: Glade Green. HEX triplet: 5B, 82 and 4A. RGB value is (91,130,74). Sum of RGB (Red+Green+Blue) = 91+130+74=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #5B824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B824A is #A47DB5. Grayscale: #707070. Windows color (decimal): -10780086 or 4883035. OLE color: 4883035.
HSL color Cylindrical-coordinate representation of color #5B824A: hue angle of 101.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B824A is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 74 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.49 |
| HSL | 101.79º | 0.27% | 0.4% | - |
| HSV(B) | 101.79º | 0.43% | 0.51% | - |
| XYZ | 13.53 | 18.68 | 9.37 | - |
| YUV | 111.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 74 | 0.30 | 0 | 0.43 | 0.49 | 101.79 | 0.27 | 0.4 |
| Hex | 5B | 82 | 4A | 1E | 0 | 2B | 31 | 66 | 1B | 28 |
| Octal | 133 | 202 | 112 | 36 | 0 | 53 | 61 | 146 | 33 | 50 |
| Binary | 1011011 | 10000010 | 1001010 | 11110 | 0 | 101011 | 110001 | 1100110 | 11011 | 101000 |
Color Harmonies of #5B824A
Complementary color
Monochromatic Colors of #5B824A
Black with #5B824A
Text Example
Text Example
White with #5B824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B824A; }
p { color: rgb(91,130,74); }
H1.HeaderClassName
{
color: #5B824A;
}
.AnyTagClassName
{
color: #5B824A;
}
</style>
background-color css
<style>
a { background-color: #5B824A; }
a { background-color: rgb(91,130,74); }
div.DivClassName
{
background-color: #5B824A;
}
.BgClassName
{
background-color: #5B824A;
}
</style>
border-color css
<style>
span { border-color: #5B824A; }
span { border-color: rgb(91,130,74); }
td.TdClassName
{
border-color: #5B824A;
}
.TagClassName
{
border-color: #5B824A;
}
</style>