Shades of Glade Green #618353
Tints of Glade Green #618353
RGB
CMYK
RGB Variations
Color information
#618353 (or 0x618353) is known color: Glade Green. HEX triplet: 61, 83 and 53. RGB value is (97,131,83). Sum of RGB (Red+Green+Blue) = 97+131+83=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #618353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618353 is #9E7CAC. Grayscale: #737373. Windows color (decimal): -10386605 or 5473121. OLE color: 5473121.
HSL color Cylindrical-coordinate representation of color #618353: hue angle of 102.5º degrees, saturation: 0.22, 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 #618353 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 83 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.49 |
| HSL | 102.5º | 0.22% | 0.42% | - |
| HSV(B) | 102.5º | 0.37% | 0.51% | - |
| XYZ | 14.61 | 19.4 | 11.16 | - |
| YUV | 115.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 83 | 0.26 | 0 | 0.37 | 0.49 | 102.5 | 0.22 | 0.42 |
| Hex | 61 | 83 | 53 | 1A | 0 | 25 | 31 | 66 | 16 | 2A |
| Octal | 141 | 203 | 123 | 32 | 0 | 45 | 61 | 146 | 26 | 52 |
| Binary | 1100001 | 10000011 | 1010011 | 11010 | 0 | 100101 | 110001 | 1100110 | 10110 | 101010 |
Color Harmonies of #618353
Complementary color
Monochromatic Colors of #618353
Black with #618353
Text Example
Text Example
White with #618353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618353; }
p { color: rgb(97,131,83); }
H1.HeaderClassName
{
color: #618353;
}
.AnyTagClassName
{
color: #618353;
}
</style>
background-color css
<style>
a { background-color: #618353; }
a { background-color: rgb(97,131,83); }
div.DivClassName
{
background-color: #618353;
}
.BgClassName
{
background-color: #618353;
}
</style>
border-color css
<style>
span { border-color: #618353; }
span { border-color: rgb(97,131,83); }
td.TdClassName
{
border-color: #618353;
}
.TagClassName
{
border-color: #618353;
}
</style>