Shades of Glade Green #65825B
Tints of Glade Green #65825B
RGB
CMYK
RGB Variations
Color information
#65825B (or 0x65825B) is known color: Glade Green. HEX triplet: 65, 82 and 5B. RGB value is (101,130,91). Sum of RGB (Red+Green+Blue) = 101+130+91=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #65825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65825B is #9A7DA4. Grayscale: #757575. Windows color (decimal): -10124709 or 5997157. OLE color: 5997157.
HSL color Cylindrical-coordinate representation of color #65825B: hue angle of 104.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65825B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 91 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.49 |
| HSL | 104.62º | 0.18% | 0.43% | - |
| HSV(B) | 104.62º | 0.3% | 0.51% | - |
| XYZ | 15.24 | 19.49 | 12.86 | - |
| YUV | 116.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 91 | 0.22 | 0 | 0.30 | 0.49 | 104.62 | 0.18 | 0.43 |
| Hex | 65 | 82 | 5B | 16 | 0 | 1E | 31 | 69 | 12 | 2B |
| Octal | 145 | 202 | 133 | 26 | 0 | 36 | 61 | 151 | 22 | 53 |
| Binary | 1100101 | 10000010 | 1011011 | 10110 | 0 | 11110 | 110001 | 1101001 | 10010 | 101011 |
Color Harmonies of #65825B
Complementary color
Monochromatic Colors of #65825B
Black with #65825B
Text Example
Text Example
White with #65825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65825B; }
p { color: rgb(101,130,91); }
H1.HeaderClassName
{
color: #65825B;
}
.AnyTagClassName
{
color: #65825B;
}
</style>
background-color css
<style>
a { background-color: #65825B; }
a { background-color: rgb(101,130,91); }
div.DivClassName
{
background-color: #65825B;
}
.BgClassName
{
background-color: #65825B;
}
</style>
border-color css
<style>
span { border-color: #65825B; }
span { border-color: rgb(101,130,91); }
td.TdClassName
{
border-color: #65825B;
}
.TagClassName
{
border-color: #65825B;
}
</style>