Shades of Glade Green #5C814B
Tints of Glade Green #5C814B
RGB
CMYK
RGB Variations
Color information
#5C814B (or 0x5C814B) is known color: Glade Green. HEX triplet: 5C, 81 and 4B. RGB value is (92,129,75). Sum of RGB (Red+Green+Blue) = 92+129+75=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #5C814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C814B is #A37EB4. Grayscale: #6F6F6F. Windows color (decimal): -10714805 or 4948316. OLE color: 4948316.
HSL color Cylindrical-coordinate representation of color #5C814B: hue angle of 101.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C814B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 129 | 75 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.49 |
| HSL | 101.11º | 0.26% | 0.4% | - |
| HSV(B) | 101.11º | 0.42% | 0.51% | - |
| XYZ | 13.53 | 18.48 | 9.51 | - |
| YUV | 111.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 129 | 75 | 0.29 | 0 | 0.42 | 0.49 | 101.11 | 0.26 | 0.4 |
| Hex | 5C | 81 | 4B | 1D | 0 | 2A | 31 | 65 | 1A | 28 |
| Octal | 134 | 201 | 113 | 35 | 0 | 52 | 61 | 145 | 32 | 50 |
| Binary | 1011100 | 10000001 | 1001011 | 11101 | 0 | 101010 | 110001 | 1100101 | 11010 | 101000 |
Color Harmonies of #5C814B
Complementary color
Monochromatic Colors of #5C814B
Black with #5C814B
Text Example
Text Example
White with #5C814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C814B; }
p { color: rgb(92,129,75); }
H1.HeaderClassName
{
color: #5C814B;
}
.AnyTagClassName
{
color: #5C814B;
}
</style>
background-color css
<style>
a { background-color: #5C814B; }
a { background-color: rgb(92,129,75); }
div.DivClassName
{
background-color: #5C814B;
}
.BgClassName
{
background-color: #5C814B;
}
</style>
border-color css
<style>
span { border-color: #5C814B; }
span { border-color: rgb(92,129,75); }
td.TdClassName
{
border-color: #5C814B;
}
.TagClassName
{
border-color: #5C814B;
}
</style>