Shades of Chalet Green #51693E
Tints of Chalet Green #51693E
RGB
CMYK
RGB Variations
Color information
#51693E (or 0x51693E) is known color: Chalet Green. HEX triplet: 51, 69 and 3E. RGB value is (81,105,62). Sum of RGB (Red+Green+Blue) = 81+105+62=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #51693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51693E is #AE96C1. Grayscale: #5D5D5D. Windows color (decimal): -11441858 or 4090193. OLE color: 4090193.
HSL color Cylindrical-coordinate representation of color #51693E: hue angle of 93.49º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51693E is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 105 | 62 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.59 |
| HSL | 93.49º | 0.26% | 0.33% | - |
| HSV(B) | 93.49º | 0.41% | 0.41% | - |
| XYZ | 9.31 | 12.2 | 6.42 | - |
| YUV | 92.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 62 | 0.23 | 0 | 0.41 | 0.59 | 93.49 | 0.26 | 0.33 |
| Hex | 51 | 69 | 3E | 17 | 0 | 29 | 3B | 5D | 1A | 21 |
| Octal | 121 | 151 | 76 | 27 | 0 | 51 | 73 | 135 | 32 | 41 |
| Binary | 1010001 | 1101001 | 111110 | 10111 | 0 | 101001 | 111011 | 1011101 | 11010 | 100001 |
Color Harmonies of #51693E
Complementary color
Monochromatic Colors of #51693E
Black with #51693E
Text Example
Text Example
White with #51693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51693E; }
p { color: rgb(81,105,62); }
H1.HeaderClassName
{
color: #51693E;
}
.AnyTagClassName
{
color: #51693E;
}
</style>
background-color css
<style>
a { background-color: #51693E; }
a { background-color: rgb(81,105,62); }
div.DivClassName
{
background-color: #51693E;
}
.BgClassName
{
background-color: #51693E;
}
</style>
border-color css
<style>
span { border-color: #51693E; }
span { border-color: rgb(81,105,62); }
td.TdClassName
{
border-color: #51693E;
}
.TagClassName
{
border-color: #51693E;
}
</style>