Shades of Dark Green Copper #51746C
Tints of Dark Green Copper #51746C
RGB
CMYK
RGB Variations
Color information
#51746C (or 0x51746C) is known color: Dark Green Copper. HEX triplet: 51, 74 and 6C. RGB value is (81,116,108). Sum of RGB (Red+Green+Blue) = 81+116+108=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #51746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746C is #AE8B93. Grayscale: #686868. Windows color (decimal): -11438996 or 7107665. OLE color: 7107665.
HSL color Cylindrical-coordinate representation of color #51746C: hue angle of 166.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51746C is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 108 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.55 |
| HSL | 166.29º | 0.18% | 0.39% | - |
| HSV(B) | 166.29º | 0.3% | 0.45% | - |
| XYZ | 12.35 | 15.32 | 16.49 | - |
| YUV | 104.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 108 | 0.30 | 0 | 0.07 | 0.55 | 166.29 | 0.18 | 0.39 |
| Hex | 51 | 74 | 6C | 1E | 0 | 7 | 37 | A6 | 12 | 27 |
| Octal | 121 | 164 | 154 | 36 | 0 | 7 | 67 | 246 | 22 | 47 |
| Binary | 1010001 | 1110100 | 1101100 | 11110 | 0 | 111 | 110111 | 10100110 | 10010 | 100111 |
Color Harmonies of #51746C
Complementary color
Monochromatic Colors of #51746C
Black with #51746C
Text Example
Text Example
White with #51746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51746C; }
p { color: rgb(81,116,108); }
H1.HeaderClassName
{
color: #51746C;
}
.AnyTagClassName
{
color: #51746C;
}
</style>
background-color css
<style>
a { background-color: #51746C; }
a { background-color: rgb(81,116,108); }
div.DivClassName
{
background-color: #51746C;
}
.BgClassName
{
background-color: #51746C;
}
</style>
border-color css
<style>
span { border-color: #51746C; }
span { border-color: rgb(81,116,108); }
td.TdClassName
{
border-color: #51746C;
}
.TagClassName
{
border-color: #51746C;
}
</style>