Shades of Glade Green #659148
Tints of Glade Green #659148
RGB
CMYK
RGB Variations
Color information
#659148 (or 0x659148) is known color: Glade Green. HEX triplet: 65, 91 and 48. RGB value is (101,145,72). Sum of RGB (Red+Green+Blue) = 101+145+72=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #659148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659148 is #9A6EB7. Grayscale: #7B7B7B. Windows color (decimal): -10120888 or 4755813. OLE color: 4755813.
HSL color Cylindrical-coordinate representation of color #659148: hue angle of 96.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659148 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 72 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.43 |
| HSL | 96.16º | 0.34% | 0.43% | - |
| HSV(B) | 96.16º | 0.5% | 0.57% | - |
| XYZ | 16.66 | 23.49 | 9.79 | - |
| YUV | 123.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 72 | 0.30 | 0 | 0.50 | 0.43 | 96.16 | 0.34 | 0.43 |
| Hex | 65 | 91 | 48 | 1E | 0 | 32 | 2B | 60 | 22 | 2B |
| Octal | 145 | 221 | 110 | 36 | 0 | 62 | 53 | 140 | 42 | 53 |
| Binary | 1100101 | 10010001 | 1001000 | 11110 | 0 | 110010 | 101011 | 1100000 | 100010 | 101011 |
Color Harmonies of #659148
Complementary color
Monochromatic Colors of #659148
Black with #659148
Text Example
Text Example
White with #659148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659148; }
p { color: rgb(101,145,72); }
H1.HeaderClassName
{
color: #659148;
}
.AnyTagClassName
{
color: #659148;
}
</style>
background-color css
<style>
a { background-color: #659148; }
a { background-color: rgb(101,145,72); }
div.DivClassName
{
background-color: #659148;
}
.BgClassName
{
background-color: #659148;
}
</style>
border-color css
<style>
span { border-color: #659148; }
span { border-color: rgb(101,145,72); }
td.TdClassName
{
border-color: #659148;
}
.TagClassName
{
border-color: #659148;
}
</style>