Shades of Glade Green #637F52
Tints of Glade Green #637F52
RGB
CMYK
RGB Variations
Color information
#637F52 (or 0x637F52) is known color: Glade Green. HEX triplet: 63, 7F and 52. RGB value is (99,127,82). Sum of RGB (Red+Green+Blue) = 99+127+82=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #637F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F52 is #9C80AD. Grayscale: #717171. Windows color (decimal): -10256558 or 5406563. OLE color: 5406563.
HSL color Cylindrical-coordinate representation of color #637F52: hue angle of 97.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637F52 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 127 | 82 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.50 |
| HSL | 97.33º | 0.22% | 0.41% | - |
| HSV(B) | 97.33º | 0.35% | 0.5% | - |
| XYZ | 14.26 | 18.44 | 10.79 | - |
| YUV | 113.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 82 | 0.22 | 0 | 0.35 | 0.50 | 97.33 | 0.22 | 0.41 |
| Hex | 63 | 7F | 52 | 16 | 0 | 23 | 32 | 61 | 16 | 29 |
| Octal | 143 | 177 | 122 | 26 | 0 | 43 | 62 | 141 | 26 | 51 |
| Binary | 1100011 | 1111111 | 1010010 | 10110 | 0 | 100011 | 110010 | 1100001 | 10110 | 101001 |
Color Harmonies of #637F52
Complementary color
Monochromatic Colors of #637F52
Black with #637F52
Text Example
Text Example
White with #637F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F52; }
p { color: rgb(99,127,82); }
H1.HeaderClassName
{
color: #637F52;
}
.AnyTagClassName
{
color: #637F52;
}
</style>
background-color css
<style>
a { background-color: #637F52; }
a { background-color: rgb(99,127,82); }
div.DivClassName
{
background-color: #637F52;
}
.BgClassName
{
background-color: #637F52;
}
</style>
border-color css
<style>
span { border-color: #637F52; }
span { border-color: rgb(99,127,82); }
td.TdClassName
{
border-color: #637F52;
}
.TagClassName
{
border-color: #637F52;
}
</style>