Shades of Glade Green #5B884A
Tints of Glade Green #5B884A
RGB
CMYK
RGB Variations
Color information
#5B884A (or 0x5B884A) is known color: Glade Green. HEX triplet: 5B, 88 and 4A. RGB value is (91,136,74). Sum of RGB (Red+Green+Blue) = 91+136+74=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #5B884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B884A is #A477B5. Grayscale: #737373. Windows color (decimal): -10778550 or 4884571. OLE color: 4884571.
HSL color Cylindrical-coordinate representation of color #5B884A: hue angle of 103.55º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B884A is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 74 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.47 |
| HSL | 103.55º | 0.3% | 0.41% | - |
| HSV(B) | 103.55º | 0.46% | 0.53% | - |
| XYZ | 14.35 | 20.33 | 9.65 | - |
| YUV | 115.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 74 | 0.33 | 0 | 0.46 | 0.47 | 103.55 | 0.3 | 0.41 |
| Hex | 5B | 88 | 4A | 21 | 0 | 2E | 2F | 68 | 1E | 29 |
| Octal | 133 | 210 | 112 | 41 | 0 | 56 | 57 | 150 | 36 | 51 |
| Binary | 1011011 | 10001000 | 1001010 | 100001 | 0 | 101110 | 101111 | 1101000 | 11110 | 101001 |
Color Harmonies of #5B884A
Complementary color
Monochromatic Colors of #5B884A
Black with #5B884A
Text Example
Text Example
White with #5B884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B884A; }
p { color: rgb(91,136,74); }
H1.HeaderClassName
{
color: #5B884A;
}
.AnyTagClassName
{
color: #5B884A;
}
</style>
background-color css
<style>
a { background-color: #5B884A; }
a { background-color: rgb(91,136,74); }
div.DivClassName
{
background-color: #5B884A;
}
.BgClassName
{
background-color: #5B884A;
}
</style>
border-color css
<style>
span { border-color: #5B884A; }
span { border-color: rgb(91,136,74); }
td.TdClassName
{
border-color: #5B884A;
}
.TagClassName
{
border-color: #5B884A;
}
</style>