Shades of Glade Green #619549
Tints of Glade Green #619549
RGB
CMYK
RGB Variations
Color information
#619549 (or 0x619549) is known color: Glade Green. HEX triplet: 61, 95 and 49. RGB value is (97,149,73). Sum of RGB (Red+Green+Blue) = 97+149+73=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #619549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619549 is #9E6AB6. Grayscale: #7D7D7D. Windows color (decimal): -10382007 or 4822369. OLE color: 4822369.
HSL color Cylindrical-coordinate representation of color #619549: hue angle of 101.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619549 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 73 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.42 |
| HSL | 101.05º | 0.34% | 0.44% | - |
| HSV(B) | 101.05º | 0.51% | 0.58% | - |
| XYZ | 16.88 | 24.52 | 10.15 | - |
| YUV | 124.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 73 | 0.35 | 0 | 0.51 | 0.42 | 101.05 | 0.34 | 0.44 |
| Hex | 61 | 95 | 49 | 23 | 0 | 33 | 2A | 65 | 22 | 2C |
| Octal | 141 | 225 | 111 | 43 | 0 | 63 | 52 | 145 | 42 | 54 |
| Binary | 1100001 | 10010101 | 1001001 | 100011 | 0 | 110011 | 101010 | 1100101 | 100010 | 101100 |
Color Harmonies of #619549
Complementary color
Monochromatic Colors of #619549
Black with #619549
Text Example
Text Example
White with #619549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619549; }
p { color: rgb(97,149,73); }
H1.HeaderClassName
{
color: #619549;
}
.AnyTagClassName
{
color: #619549;
}
</style>
background-color css
<style>
a { background-color: #619549; }
a { background-color: rgb(97,149,73); }
div.DivClassName
{
background-color: #619549;
}
.BgClassName
{
background-color: #619549;
}
</style>
border-color css
<style>
span { border-color: #619549; }
span { border-color: rgb(97,149,73); }
td.TdClassName
{
border-color: #619549;
}
.TagClassName
{
border-color: #619549;
}
</style>