Shades of Glade Green #608354
Tints of Glade Green #608354
RGB
CMYK
RGB Variations
Color information
#608354 (or 0x608354) is known color: Glade Green. HEX triplet: 60, 83 and 54. RGB value is (96,131,84). Sum of RGB (Red+Green+Blue) = 96+131+84=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #608354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608354 is #9F7CAB. Grayscale: #737373. Windows color (decimal): -10452140 or 5538656. OLE color: 5538656.
HSL color Cylindrical-coordinate representation of color #608354: hue angle of 104.68º 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 #608354 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 84 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.49 |
| HSL | 104.68º | 0.22% | 0.42% | - |
| HSV(B) | 104.68º | 0.36% | 0.51% | - |
| XYZ | 14.54 | 19.36 | 11.36 | - |
| YUV | 115.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 84 | 0.27 | 0 | 0.36 | 0.49 | 104.68 | 0.22 | 0.42 |
| Hex | 60 | 83 | 54 | 1B | 0 | 24 | 31 | 69 | 16 | 2A |
| Octal | 140 | 203 | 124 | 33 | 0 | 44 | 61 | 151 | 26 | 52 |
| Binary | 1100000 | 10000011 | 1010100 | 11011 | 0 | 100100 | 110001 | 1101001 | 10110 | 101010 |
Color Harmonies of #608354
Complementary color
Monochromatic Colors of #608354
Black with #608354
Text Example
Text Example
White with #608354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608354; }
p { color: rgb(96,131,84); }
H1.HeaderClassName
{
color: #608354;
}
.AnyTagClassName
{
color: #608354;
}
</style>
background-color css
<style>
a { background-color: #608354; }
a { background-color: rgb(96,131,84); }
div.DivClassName
{
background-color: #608354;
}
.BgClassName
{
background-color: #608354;
}
</style>
border-color css
<style>
span { border-color: #608354; }
span { border-color: rgb(96,131,84); }
td.TdClassName
{
border-color: #608354;
}
.TagClassName
{
border-color: #608354;
}
</style>