Shades of Glade Green #618253
Tints of Glade Green #618253
RGB
CMYK
RGB Variations
Color information
#618253 (or 0x618253) is known color: Glade Green. HEX triplet: 61, 82 and 53. RGB value is (97,130,83). Sum of RGB (Red+Green+Blue) = 97+130+83=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #618253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618253 is #9E7DAC. Grayscale: #727272. Windows color (decimal): -10386861 or 5472865. OLE color: 5472865.
HSL color Cylindrical-coordinate representation of color #618253: hue angle of 102.13º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618253 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 83 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.49 |
| HSL | 102.13º | 0.22% | 0.42% | - |
| HSV(B) | 102.13º | 0.36% | 0.51% | - |
| XYZ | 14.47 | 19.13 | 11.11 | - |
| YUV | 114.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 83 | 0.25 | 0 | 0.36 | 0.49 | 102.13 | 0.22 | 0.42 |
| Hex | 61 | 82 | 53 | 19 | 0 | 24 | 31 | 66 | 16 | 2A |
| Octal | 141 | 202 | 123 | 31 | 0 | 44 | 61 | 146 | 26 | 52 |
| Binary | 1100001 | 10000010 | 1010011 | 11001 | 0 | 100100 | 110001 | 1100110 | 10110 | 101010 |
Color Harmonies of #618253
Complementary color
Monochromatic Colors of #618253
Black with #618253
Text Example
Text Example
White with #618253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618253; }
p { color: rgb(97,130,83); }
H1.HeaderClassName
{
color: #618253;
}
.AnyTagClassName
{
color: #618253;
}
</style>
background-color css
<style>
a { background-color: #618253; }
a { background-color: rgb(97,130,83); }
div.DivClassName
{
background-color: #618253;
}
.BgClassName
{
background-color: #618253;
}
</style>
border-color css
<style>
span { border-color: #618253; }
span { border-color: rgb(97,130,83); }
td.TdClassName
{
border-color: #618253;
}
.TagClassName
{
border-color: #618253;
}
</style>