Shades of Glade Green #5B8A4B
Tints of Glade Green #5B8A4B
RGB
CMYK
RGB Variations
Color information
#5B8A4B (or 0x5B8A4B) is known color: Glade Green. HEX triplet: 5B, 8A and 4B. RGB value is (91,138,75). Sum of RGB (Red+Green+Blue) = 91+138+75=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #5B8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8A4B is #A475B4. Grayscale: #747474. Windows color (decimal): -10778037 or 4950619. OLE color: 4950619.
HSL color Cylindrical-coordinate representation of color #5B8A4B: hue angle of 104.76º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B8A4B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 138 | 75 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.46 |
| HSL | 104.76º | 0.3% | 0.42% | - |
| HSV(B) | 104.76º | 0.46% | 0.54% | - |
| XYZ | 14.67 | 20.91 | 9.92 | - |
| YUV | 116.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 75 | 0.34 | 0 | 0.46 | 0.46 | 104.76 | 0.3 | 0.42 |
| Hex | 5B | 8A | 4B | 22 | 0 | 2E | 2E | 69 | 1E | 2A |
| Octal | 133 | 212 | 113 | 42 | 0 | 56 | 56 | 151 | 36 | 52 |
| Binary | 1011011 | 10001010 | 1001011 | 100010 | 0 | 101110 | 101110 | 1101001 | 11110 | 101010 |
Color Harmonies of #5B8A4B
Complementary color
Monochromatic Colors of #5B8A4B
Black with #5B8A4B
Text Example
Text Example
White with #5B8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8A4B; }
p { color: rgb(91,138,75); }
H1.HeaderClassName
{
color: #5B8A4B;
}
.AnyTagClassName
{
color: #5B8A4B;
}
</style>
background-color css
<style>
a { background-color: #5B8A4B; }
a { background-color: rgb(91,138,75); }
div.DivClassName
{
background-color: #5B8A4B;
}
.BgClassName
{
background-color: #5B8A4B;
}
</style>
border-color css
<style>
span { border-color: #5B8A4B; }
span { border-color: rgb(91,138,75); }
td.TdClassName
{
border-color: #5B8A4B;
}
.TagClassName
{
border-color: #5B8A4B;
}
</style>