Shades of Dark Green Copper #51736A
Tints of Dark Green Copper #51736A
RGB
CMYK
RGB Variations
Color information
#51736A (or 0x51736A) is known color: Dark Green Copper. HEX triplet: 51, 73 and 6A. RGB value is (81,115,106). Sum of RGB (Red+Green+Blue) = 81+115+106=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #51736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51736A is #AE8C95. Grayscale: #676767. Windows color (decimal): -11439254 or 6976337. OLE color: 6976337.
HSL color Cylindrical-coordinate representation of color #51736A: hue angle of 164.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51736A is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 115 | 106 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.55 |
| HSL | 164.12º | 0.17% | 0.38% | - |
| HSV(B) | 164.12º | 0.3% | 0.45% | - |
| XYZ | 12.13 | 15.05 | 15.9 | - |
| YUV | 103.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 106 | 0.30 | 0 | 0.08 | 0.55 | 164.12 | 0.17 | 0.38 |
| Hex | 51 | 73 | 6A | 1E | 0 | 8 | 37 | A4 | 11 | 26 |
| Octal | 121 | 163 | 152 | 36 | 0 | 10 | 67 | 244 | 21 | 46 |
| Binary | 1010001 | 1110011 | 1101010 | 11110 | 0 | 1000 | 110111 | 10100100 | 10001 | 100110 |
Color Harmonies of #51736A
Complementary color
Monochromatic Colors of #51736A
Black with #51736A
Text Example
Text Example
White with #51736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51736A; }
p { color: rgb(81,115,106); }
H1.HeaderClassName
{
color: #51736A;
}
.AnyTagClassName
{
color: #51736A;
}
</style>
background-color css
<style>
a { background-color: #51736A; }
a { background-color: rgb(81,115,106); }
div.DivClassName
{
background-color: #51736A;
}
.BgClassName
{
background-color: #51736A;
}
</style>
border-color css
<style>
span { border-color: #51736A; }
span { border-color: rgb(81,115,106); }
td.TdClassName
{
border-color: #51736A;
}
.TagClassName
{
border-color: #51736A;
}
</style>