Shades of Glade Green #609248
Tints of Glade Green #609248
RGB
CMYK
RGB Variations
Color information
#609248 (or 0x609248) is known color: Glade Green. HEX triplet: 60, 92 and 48. RGB value is (96,146,72). Sum of RGB (Red+Green+Blue) = 96+146+72=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #609248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609248 is #9F6DB7. Grayscale: #7A7A7A. Windows color (decimal): -10448312 or 4756064. OLE color: 4756064.
HSL color Cylindrical-coordinate representation of color #609248: hue angle of 100.54º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #609248 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 72 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.43 |
| HSL | 100.54º | 0.34% | 0.43% | - |
| HSV(B) | 100.54º | 0.51% | 0.57% | - |
| XYZ | 16.27 | 23.51 | 9.81 | - |
| YUV | 122.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 72 | 0.34 | 0 | 0.51 | 0.43 | 100.54 | 0.34 | 0.43 |
| Hex | 60 | 92 | 48 | 22 | 0 | 33 | 2B | 65 | 22 | 2B |
| Octal | 140 | 222 | 110 | 42 | 0 | 63 | 53 | 145 | 42 | 53 |
| Binary | 1100000 | 10010010 | 1001000 | 100010 | 0 | 110011 | 101011 | 1100101 | 100010 | 101011 |
Color Harmonies of #609248
Complementary color
Monochromatic Colors of #609248
Black with #609248
Text Example
Text Example
White with #609248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609248; }
p { color: rgb(96,146,72); }
H1.HeaderClassName
{
color: #609248;
}
.AnyTagClassName
{
color: #609248;
}
</style>
background-color css
<style>
a { background-color: #609248; }
a { background-color: rgb(96,146,72); }
div.DivClassName
{
background-color: #609248;
}
.BgClassName
{
background-color: #609248;
}
</style>
border-color css
<style>
span { border-color: #609248; }
span { border-color: rgb(96,146,72); }
td.TdClassName
{
border-color: #609248;
}
.TagClassName
{
border-color: #609248;
}
</style>