Shades of Chalet Green #607248
Tints of Chalet Green #607248
RGB
CMYK
RGB Variations
Color information
#607248 (or 0x607248) is known color: Chalet Green. HEX triplet: 60, 72 and 48. RGB value is (96,114,72). Sum of RGB (Red+Green+Blue) = 96+114+72=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #607248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607248 is #9F8DB7. Grayscale: #676767. Windows color (decimal): -10456504 or 4747872. OLE color: 4747872.
HSL color Cylindrical-coordinate representation of color #607248: hue angle of 85.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607248 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 72 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.55 |
| HSL | 85.71º | 0.23% | 0.36% | - |
| HSV(B) | 85.71º | 0.37% | 0.45% | - |
| XYZ | 12.01 | 14.99 | 8.39 | - |
| YUV | 103.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 72 | 0.16 | 0 | 0.37 | 0.55 | 85.71 | 0.23 | 0.36 |
| Hex | 60 | 72 | 48 | 10 | 0 | 25 | 37 | 56 | 17 | 24 |
| Octal | 140 | 162 | 110 | 20 | 0 | 45 | 67 | 126 | 27 | 44 |
| Binary | 1100000 | 1110010 | 1001000 | 10000 | 0 | 100101 | 110111 | 1010110 | 10111 | 100100 |
Color Harmonies of #607248
Complementary color
Monochromatic Colors of #607248
Black with #607248
Text Example
Text Example
White with #607248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607248; }
p { color: rgb(96,114,72); }
H1.HeaderClassName
{
color: #607248;
}
.AnyTagClassName
{
color: #607248;
}
</style>
background-color css
<style>
a { background-color: #607248; }
a { background-color: rgb(96,114,72); }
div.DivClassName
{
background-color: #607248;
}
.BgClassName
{
background-color: #607248;
}
</style>
border-color css
<style>
span { border-color: #607248; }
span { border-color: rgb(96,114,72); }
td.TdClassName
{
border-color: #607248;
}
.TagClassName
{
border-color: #607248;
}
</style>