Shades of Glade Green #658C54
Tints of Glade Green #658C54
RGB
CMYK
RGB Variations
Color information
#658C54 (or 0x658C54) is known color: Glade Green. HEX triplet: 65, 8C and 54. RGB value is (101,140,84). Sum of RGB (Red+Green+Blue) = 101+140+84=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #658C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658C54 is #9A73AB. Grayscale: #7A7A7A. Windows color (decimal): -10122156 or 5540965. OLE color: 5540965.
HSL color Cylindrical-coordinate representation of color #658C54: hue angle of 101.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #658C54 is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 84 | - |
| CMYK | 0.28 | 0 | 0.4 | 0.45 |
| HSL | 101.79º | 0.25% | 0.44% | - |
| HSV(B) | 101.79º | 0.4% | 0.55% | - |
| XYZ | 16.35 | 22.16 | 11.8 | - |
| YUV | 121.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 84 | 0.28 | 0 | 0.4 | 0.45 | 101.79 | 0.25 | 0.44 |
| Hex | 65 | 8C | 54 | 1C | 0 | 28 | 2D | 66 | 19 | 2C |
| Octal | 145 | 214 | 124 | 34 | 0 | 50 | 55 | 146 | 31 | 54 |
| Binary | 1100101 | 10001100 | 1010100 | 11100 | 0 | 101000 | 101101 | 1100110 | 11001 | 101100 |
Color Harmonies of #658C54
Complementary color
Monochromatic Colors of #658C54
Black with #658C54
Text Example
Text Example
White with #658C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C54; }
p { color: rgb(101,140,84); }
H1.HeaderClassName
{
color: #658C54;
}
.AnyTagClassName
{
color: #658C54;
}
</style>
background-color css
<style>
a { background-color: #658C54; }
a { background-color: rgb(101,140,84); }
div.DivClassName
{
background-color: #658C54;
}
.BgClassName
{
background-color: #658C54;
}
</style>
border-color css
<style>
span { border-color: #658C54; }
span { border-color: rgb(101,140,84); }
td.TdClassName
{
border-color: #658C54;
}
.TagClassName
{
border-color: #658C54;
}
</style>