Shades of Glade Green #628355
Tints of Glade Green #628355
RGB
CMYK
RGB Variations
Color information
#628355 (or 0x628355) is known color: Glade Green. HEX triplet: 62, 83 and 55. RGB value is (98,131,85). Sum of RGB (Red+Green+Blue) = 98+131+85=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #628355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628355 is #9D7CAA. Grayscale: #747474. Windows color (decimal): -10321067 or 5604194. OLE color: 5604194.
HSL color Cylindrical-coordinate representation of color #628355: hue angle of 103.04º 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 #628355 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 131 | 85 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.49 |
| HSL | 103.04º | 0.21% | 0.42% | - |
| HSV(B) | 103.04º | 0.35% | 0.51% | - |
| XYZ | 14.79 | 19.49 | 11.58 | - |
| YUV | 115.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 85 | 0.25 | 0 | 0.35 | 0.49 | 103.04 | 0.21 | 0.42 |
| Hex | 62 | 83 | 55 | 19 | 0 | 23 | 31 | 67 | 15 | 2A |
| Octal | 142 | 203 | 125 | 31 | 0 | 43 | 61 | 147 | 25 | 52 |
| Binary | 1100010 | 10000011 | 1010101 | 11001 | 0 | 100011 | 110001 | 1100111 | 10101 | 101010 |
Color Harmonies of #628355
Complementary color
Monochromatic Colors of #628355
Black with #628355
Text Example
Text Example
White with #628355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628355; }
p { color: rgb(98,131,85); }
H1.HeaderClassName
{
color: #628355;
}
.AnyTagClassName
{
color: #628355;
}
</style>
background-color css
<style>
a { background-color: #628355; }
a { background-color: rgb(98,131,85); }
div.DivClassName
{
background-color: #628355;
}
.BgClassName
{
background-color: #628355;
}
</style>
border-color css
<style>
span { border-color: #628355; }
span { border-color: rgb(98,131,85); }
td.TdClassName
{
border-color: #628355;
}
.TagClassName
{
border-color: #628355;
}
</style>