Shades of Glade Green #58814E
Tints of Glade Green #58814E
RGB
CMYK
RGB Variations
Color information
#58814E (or 0x58814E) is known color: Glade Green. HEX triplet: 58, 81 and 4E. RGB value is (88,129,78). Sum of RGB (Red+Green+Blue) = 88+129+78=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #58814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58814E is #A77EB1. Grayscale: #6F6F6F. Windows color (decimal): -10976946 or 5144920. OLE color: 5144920.
HSL color Cylindrical-coordinate representation of color #58814E: hue angle of 108.24º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58814E is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 78 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.49 |
| HSL | 108.24º | 0.25% | 0.41% | - |
| HSV(B) | 108.24º | 0.4% | 0.51% | - |
| XYZ | 13.25 | 18.33 | 10.05 | - |
| YUV | 110.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 78 | 0.32 | 0 | 0.40 | 0.49 | 108.24 | 0.25 | 0.41 |
| Hex | 58 | 81 | 4E | 20 | 0 | 28 | 31 | 6C | 19 | 29 |
| Octal | 130 | 201 | 116 | 40 | 0 | 50 | 61 | 154 | 31 | 51 |
| Binary | 1011000 | 10000001 | 1001110 | 100000 | 0 | 101000 | 110001 | 1101100 | 11001 | 101001 |
Color Harmonies of #58814E
Complementary color
Monochromatic Colors of #58814E
Black with #58814E
Text Example
Text Example
White with #58814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58814E; }
p { color: rgb(88,129,78); }
H1.HeaderClassName
{
color: #58814E;
}
.AnyTagClassName
{
color: #58814E;
}
</style>
background-color css
<style>
a { background-color: #58814E; }
a { background-color: rgb(88,129,78); }
div.DivClassName
{
background-color: #58814E;
}
.BgClassName
{
background-color: #58814E;
}
</style>
border-color css
<style>
span { border-color: #58814E; }
span { border-color: rgb(88,129,78); }
td.TdClassName
{
border-color: #58814E;
}
.TagClassName
{
border-color: #58814E;
}
</style>