Shades of Glade Green #65844F
Tints of Glade Green #65844F
RGB
CMYK
RGB Variations
Color information
#65844F (or 0x65844F) is known color: Glade Green. HEX triplet: 65, 84 and 4F. RGB value is (101,132,79). Sum of RGB (Red+Green+Blue) = 101+132+79=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #65844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65844F is #9A7BB0. Grayscale: #747474. Windows color (decimal): -10124209 or 5211237. OLE color: 5211237.
HSL color Cylindrical-coordinate representation of color #65844F: hue angle of 95.09º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65844F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 79 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.48 |
| HSL | 95.09º | 0.25% | 0.41% | - |
| HSV(B) | 95.09º | 0.4% | 0.52% | - |
| XYZ | 15.03 | 19.83 | 10.43 | - |
| YUV | 116.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 79 | 0.23 | 0 | 0.40 | 0.48 | 95.09 | 0.25 | 0.41 |
| Hex | 65 | 84 | 4F | 17 | 0 | 28 | 30 | 5F | 19 | 29 |
| Octal | 145 | 204 | 117 | 27 | 0 | 50 | 60 | 137 | 31 | 51 |
| Binary | 1100101 | 10000100 | 1001111 | 10111 | 0 | 101000 | 110000 | 1011111 | 11001 | 101001 |
Color Harmonies of #65844F
Complementary color
Monochromatic Colors of #65844F
Black with #65844F
Text Example
Text Example
White with #65844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65844F; }
p { color: rgb(101,132,79); }
H1.HeaderClassName
{
color: #65844F;
}
.AnyTagClassName
{
color: #65844F;
}
</style>
background-color css
<style>
a { background-color: #65844F; }
a { background-color: rgb(101,132,79); }
div.DivClassName
{
background-color: #65844F;
}
.BgClassName
{
background-color: #65844F;
}
</style>
border-color css
<style>
span { border-color: #65844F; }
span { border-color: rgb(101,132,79); }
td.TdClassName
{
border-color: #65844F;
}
.TagClassName
{
border-color: #65844F;
}
</style>