Shades of Glade Green #638355
Tints of Glade Green #638355
RGB
CMYK
RGB Variations
Color information
#638355 (or 0x638355) is known color: Glade Green. HEX triplet: 63, 83 and 55. RGB value is (99,131,85). Sum of RGB (Red+Green+Blue) = 99+131+85=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #638355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638355 is #9C7CAA. Grayscale: #747474. Windows color (decimal): -10255531 or 5604195. OLE color: 5604195.
HSL color Cylindrical-coordinate representation of color #638355: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638355 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 131 | 85 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.49 |
| HSL | 101.74º | 0.21% | 0.42% | - |
| HSV(B) | 101.74º | 0.35% | 0.51% | - |
| XYZ | 14.9 | 19.54 | 11.58 | - |
| YUV | 116.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 85 | 0.24 | 0 | 0.35 | 0.49 | 101.74 | 0.21 | 0.42 |
| Hex | 63 | 83 | 55 | 18 | 0 | 23 | 31 | 66 | 15 | 2A |
| Octal | 143 | 203 | 125 | 30 | 0 | 43 | 61 | 146 | 25 | 52 |
| Binary | 1100011 | 10000011 | 1010101 | 11000 | 0 | 100011 | 110001 | 1100110 | 10101 | 101010 |
Color Harmonies of #638355
Complementary color
Monochromatic Colors of #638355
Black with #638355
Text Example
Text Example
White with #638355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638355; }
p { color: rgb(99,131,85); }
H1.HeaderClassName
{
color: #638355;
}
.AnyTagClassName
{
color: #638355;
}
</style>
background-color css
<style>
a { background-color: #638355; }
a { background-color: rgb(99,131,85); }
div.DivClassName
{
background-color: #638355;
}
.BgClassName
{
background-color: #638355;
}
</style>
border-color css
<style>
span { border-color: #638355; }
span { border-color: rgb(99,131,85); }
td.TdClassName
{
border-color: #638355;
}
.TagClassName
{
border-color: #638355;
}
</style>