Shades of Chalet Green #516E3B
Tints of Chalet Green #516E3B
RGB
CMYK
RGB Variations
Color information
#516E3B (or 0x516E3B) is known color: Chalet Green. HEX triplet: 51, 6E and 3B. RGB value is (81,110,59). Sum of RGB (Red+Green+Blue) = 81+110+59=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #516E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516E3B is #AE91C4. Grayscale: #5F5F5F. Windows color (decimal): -11440581 or 3894865. OLE color: 3894865.
HSL color Cylindrical-coordinate representation of color #516E3B: hue angle of 94.12º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #516E3B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 59 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.57 |
| HSL | 94.12º | 0.3% | 0.33% | - |
| HSV(B) | 94.12º | 0.46% | 0.43% | - |
| XYZ | 9.76 | 13.22 | 6.17 | - |
| YUV | 95.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 59 | 0.26 | 0 | 0.46 | 0.57 | 94.12 | 0.3 | 0.33 |
| Hex | 51 | 6E | 3B | 1A | 0 | 2E | 39 | 5E | 1E | 21 |
| Octal | 121 | 156 | 73 | 32 | 0 | 56 | 71 | 136 | 36 | 41 |
| Binary | 1010001 | 1101110 | 111011 | 11010 | 0 | 101110 | 111001 | 1011110 | 11110 | 100001 |
Color Harmonies of #516E3B
Complementary color
Monochromatic Colors of #516E3B
Black with #516E3B
Text Example
Text Example
White with #516E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E3B; }
p { color: rgb(81,110,59); }
H1.HeaderClassName
{
color: #516E3B;
}
.AnyTagClassName
{
color: #516E3B;
}
</style>
background-color css
<style>
a { background-color: #516E3B; }
a { background-color: rgb(81,110,59); }
div.DivClassName
{
background-color: #516E3B;
}
.BgClassName
{
background-color: #516E3B;
}
</style>
border-color css
<style>
span { border-color: #516E3B; }
span { border-color: rgb(81,110,59); }
td.TdClassName
{
border-color: #516E3B;
}
.TagClassName
{
border-color: #516E3B;
}
</style>