Shades of Glade Green #5B8B4A
Tints of Glade Green #5B8B4A
RGB
CMYK
RGB Variations
Color information
#5B8B4A (or 0x5B8B4A) is known color: Glade Green. HEX triplet: 5B, 8B and 4A. RGB value is (91,139,74). Sum of RGB (Red+Green+Blue) = 91+139+74=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8B4A is #A474B5. Grayscale: #757575. Windows color (decimal): -10777782 or 4885339. OLE color: 4885339.
HSL color Cylindrical-coordinate representation of color #5B8B4A: hue angle of 104.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B8B4A is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 139 | 74 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.45 |
| HSL | 104.31º | 0.31% | 0.42% | - |
| HSV(B) | 104.31º | 0.47% | 0.55% | - |
| XYZ | 14.78 | 21.18 | 9.79 | - |
| YUV | 117.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 139 | 74 | 0.35 | 0 | 0.47 | 0.45 | 104.31 | 0.31 | 0.42 |
| Hex | 5B | 8B | 4A | 23 | 0 | 2F | 2D | 68 | 1F | 2A |
| Octal | 133 | 213 | 112 | 43 | 0 | 57 | 55 | 150 | 37 | 52 |
| Binary | 1011011 | 10001011 | 1001010 | 100011 | 0 | 101111 | 101101 | 1101000 | 11111 | 101010 |
Color Harmonies of #5B8B4A
Complementary color
Monochromatic Colors of #5B8B4A
Black with #5B8B4A
Text Example
Text Example
White with #5B8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8B4A; }
p { color: rgb(91,139,74); }
H1.HeaderClassName
{
color: #5B8B4A;
}
.AnyTagClassName
{
color: #5B8B4A;
}
</style>
background-color css
<style>
a { background-color: #5B8B4A; }
a { background-color: rgb(91,139,74); }
div.DivClassName
{
background-color: #5B8B4A;
}
.BgClassName
{
background-color: #5B8B4A;
}
</style>
border-color css
<style>
span { border-color: #5B8B4A; }
span { border-color: rgb(91,139,74); }
td.TdClassName
{
border-color: #5B8B4A;
}
.TagClassName
{
border-color: #5B8B4A;
}
</style>