Shades of Chalet Green #516640
Tints of Chalet Green #516640
RGB
CMYK
RGB Variations
Color information
#516640 (or 0x516640) is known color: Chalet Green. HEX triplet: 51, 66 and 40. RGB value is (81,102,64). Sum of RGB (Red+Green+Blue) = 81+102+64=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #516640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516640 is #AE99BF. Grayscale: #5B5B5B. Windows color (decimal): -11442624 or 4220497. OLE color: 4220497.
HSL color Cylindrical-coordinate representation of color #516640: hue angle of 93.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516640 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 102 | 64 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.6 |
| HSL | 93.16º | 0.23% | 0.33% | - |
| HSV(B) | 93.16º | 0.37% | 0.4% | - |
| XYZ | 9.07 | 11.62 | 6.62 | - |
| YUV | 91.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 64 | 0.21 | 0 | 0.37 | 0.6 | 93.16 | 0.23 | 0.33 |
| Hex | 51 | 66 | 40 | 15 | 0 | 25 | 3C | 5D | 17 | 21 |
| Octal | 121 | 146 | 100 | 25 | 0 | 45 | 74 | 135 | 27 | 41 |
| Binary | 1010001 | 1100110 | 1000000 | 10101 | 0 | 100101 | 111100 | 1011101 | 10111 | 100001 |
Color Harmonies of #516640
Complementary color
Monochromatic Colors of #516640
Black with #516640
Text Example
Text Example
White with #516640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516640; }
p { color: rgb(81,102,64); }
H1.HeaderClassName
{
color: #516640;
}
.AnyTagClassName
{
color: #516640;
}
</style>
background-color css
<style>
a { background-color: #516640; }
a { background-color: rgb(81,102,64); }
div.DivClassName
{
background-color: #516640;
}
.BgClassName
{
background-color: #516640;
}
</style>
border-color css
<style>
span { border-color: #516640; }
span { border-color: rgb(81,102,64); }
td.TdClassName
{
border-color: #516640;
}
.TagClassName
{
border-color: #516640;
}
</style>