Shades of Glade Green #5E8A4B
Tints of Glade Green #5E8A4B
RGB
CMYK
RGB Variations
Color information
#5E8A4B (or 0x5E8A4B) is known color: Glade Green. HEX triplet: 5E, 8A and 4B. RGB value is (94,138,75). Sum of RGB (Red+Green+Blue) = 94+138+75=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8A4B is #A175B4. Grayscale: #757575. Windows color (decimal): -10581429 or 4950622. OLE color: 4950622.
HSL color Cylindrical-coordinate representation of color #5E8A4B: hue angle of 101.9º 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 #5E8A4B is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 75 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.46 |
| HSL | 101.9º | 0.3% | 0.42% | - |
| HSV(B) | 101.9º | 0.46% | 0.54% | - |
| XYZ | 14.97 | 21.06 | 9.93 | - |
| YUV | 117.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 75 | 0.32 | 0 | 0.46 | 0.46 | 101.9 | 0.3 | 0.42 |
| Hex | 5E | 8A | 4B | 20 | 0 | 2E | 2E | 66 | 1E | 2A |
| Octal | 136 | 212 | 113 | 40 | 0 | 56 | 56 | 146 | 36 | 52 |
| Binary | 1011110 | 10001010 | 1001011 | 100000 | 0 | 101110 | 101110 | 1100110 | 11110 | 101010 |
Color Harmonies of #5E8A4B
Complementary color
Monochromatic Colors of #5E8A4B
Black with #5E8A4B
Text Example
Text Example
White with #5E8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A4B; }
p { color: rgb(94,138,75); }
H1.HeaderClassName
{
color: #5E8A4B;
}
.AnyTagClassName
{
color: #5E8A4B;
}
</style>
background-color css
<style>
a { background-color: #5E8A4B; }
a { background-color: rgb(94,138,75); }
div.DivClassName
{
background-color: #5E8A4B;
}
.BgClassName
{
background-color: #5E8A4B;
}
</style>
border-color css
<style>
span { border-color: #5E8A4B; }
span { border-color: rgb(94,138,75); }
td.TdClassName
{
border-color: #5E8A4B;
}
.TagClassName
{
border-color: #5E8A4B;
}
</style>