Shades of Glade Green #65944D
Tints of Glade Green #65944D
RGB
CMYK
RGB Variations
Color information
#65944D (or 0x65944D) is known color: Glade Green. HEX triplet: 65, 94 and 4D. RGB value is (101,148,77). Sum of RGB (Red+Green+Blue) = 101+148+77=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #65944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65944D is #9A6BB2. Grayscale: #7E7E7E. Windows color (decimal): -10120115 or 5084261. OLE color: 5084261.
HSL color Cylindrical-coordinate representation of color #65944D: hue angle of 99.72º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65944D is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 77 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.42 |
| HSL | 99.72º | 0.32% | 0.44% | - |
| HSV(B) | 99.72º | 0.48% | 0.58% | - |
| XYZ | 17.3 | 24.48 | 10.84 | - |
| YUV | 125.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 77 | 0.32 | 0 | 0.48 | 0.42 | 99.72 | 0.32 | 0.44 |
| Hex | 65 | 94 | 4D | 20 | 0 | 30 | 2A | 64 | 20 | 2C |
| Octal | 145 | 224 | 115 | 40 | 0 | 60 | 52 | 144 | 40 | 54 |
| Binary | 1100101 | 10010100 | 1001101 | 100000 | 0 | 110000 | 101010 | 1100100 | 100000 | 101100 |
Color Harmonies of #65944D
Complementary color
Monochromatic Colors of #65944D
Black with #65944D
Text Example
Text Example
White with #65944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65944D; }
p { color: rgb(101,148,77); }
H1.HeaderClassName
{
color: #65944D;
}
.AnyTagClassName
{
color: #65944D;
}
</style>
background-color css
<style>
a { background-color: #65944D; }
a { background-color: rgb(101,148,77); }
div.DivClassName
{
background-color: #65944D;
}
.BgClassName
{
background-color: #65944D;
}
</style>
border-color css
<style>
span { border-color: #65944D; }
span { border-color: rgb(101,148,77); }
td.TdClassName
{
border-color: #65944D;
}
.TagClassName
{
border-color: #65944D;
}
</style>