Shades of Glade Green #5C7B4B
Tints of Glade Green #5C7B4B
RGB
CMYK
RGB Variations
Color information
#5C7B4B (or 0x5C7B4B) is known color: Glade Green. HEX triplet: 5C, 7B and 4B. RGB value is (92,123,75). Sum of RGB (Red+Green+Blue) = 92+123+75=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B4B is #A384B4. Grayscale: #6C6C6C. Windows color (decimal): -10716341 or 4946780. OLE color: 4946780.
HSL color Cylindrical-coordinate representation of color #5C7B4B: hue angle of 98.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7B4B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 75 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.52 |
| HSL | 98.75º | 0.24% | 0.39% | - |
| HSV(B) | 98.75º | 0.39% | 0.48% | - |
| XYZ | 12.77 | 16.95 | 9.26 | - |
| YUV | 108.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 75 | 0.25 | 0 | 0.39 | 0.52 | 98.75 | 0.24 | 0.39 |
| Hex | 5C | 7B | 4B | 19 | 0 | 27 | 34 | 63 | 18 | 27 |
| Octal | 134 | 173 | 113 | 31 | 0 | 47 | 64 | 143 | 30 | 47 |
| Binary | 1011100 | 1111011 | 1001011 | 11001 | 0 | 100111 | 110100 | 1100011 | 11000 | 100111 |
Color Harmonies of #5C7B4B
Complementary color
Monochromatic Colors of #5C7B4B
Black with #5C7B4B
Text Example
Text Example
White with #5C7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B4B; }
p { color: rgb(92,123,75); }
H1.HeaderClassName
{
color: #5C7B4B;
}
.AnyTagClassName
{
color: #5C7B4B;
}
</style>
background-color css
<style>
a { background-color: #5C7B4B; }
a { background-color: rgb(92,123,75); }
div.DivClassName
{
background-color: #5C7B4B;
}
.BgClassName
{
background-color: #5C7B4B;
}
</style>
border-color css
<style>
span { border-color: #5C7B4B; }
span { border-color: rgb(92,123,75); }
td.TdClassName
{
border-color: #5C7B4B;
}
.TagClassName
{
border-color: #5C7B4B;
}
</style>