Shades of Glade Green #618352
Tints of Glade Green #618352
RGB
CMYK
RGB Variations
Color information
#618352 (or 0x618352) is known color: Glade Green. HEX triplet: 61, 83 and 52. RGB value is (97,131,82). Sum of RGB (Red+Green+Blue) = 97+131+82=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #618352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618352 is #9E7CAD. Grayscale: #737373. Windows color (decimal): -10386606 or 5407585. OLE color: 5407585.
HSL color Cylindrical-coordinate representation of color #618352: hue angle of 101.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #618352 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 82 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.49 |
| HSL | 101.63º | 0.23% | 0.42% | - |
| HSV(B) | 101.63º | 0.37% | 0.51% | - |
| XYZ | 14.57 | 19.38 | 10.96 | - |
| YUV | 115.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 82 | 0.26 | 0 | 0.37 | 0.49 | 101.63 | 0.23 | 0.42 |
| Hex | 61 | 83 | 52 | 1A | 0 | 25 | 31 | 66 | 17 | 2A |
| Octal | 141 | 203 | 122 | 32 | 0 | 45 | 61 | 146 | 27 | 52 |
| Binary | 1100001 | 10000011 | 1010010 | 11010 | 0 | 100101 | 110001 | 1100110 | 10111 | 101010 |
Color Harmonies of #618352
Complementary color
Monochromatic Colors of #618352
Black with #618352
Text Example
Text Example
White with #618352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618352; }
p { color: rgb(97,131,82); }
H1.HeaderClassName
{
color: #618352;
}
.AnyTagClassName
{
color: #618352;
}
</style>
background-color css
<style>
a { background-color: #618352; }
a { background-color: rgb(97,131,82); }
div.DivClassName
{
background-color: #618352;
}
.BgClassName
{
background-color: #618352;
}
</style>
border-color css
<style>
span { border-color: #618352; }
span { border-color: rgb(97,131,82); }
td.TdClassName
{
border-color: #618352;
}
.TagClassName
{
border-color: #618352;
}
</style>