Shades of Dark Green Copper #46736C
Tints of Dark Green Copper #46736C
RGB
CMYK
RGB Variations
Color information
#46736C (or 0x46736C) is known color: Dark Green Copper. HEX triplet: 46, 73 and 6C. RGB value is (70,115,108). Sum of RGB (Red+Green+Blue) = 70+115+108=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #46736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46736C is #B98C93. Grayscale: #646464. Windows color (decimal): -12160148 or 7107398. OLE color: 7107398.
HSL color Cylindrical-coordinate representation of color #46736C: hue angle of 170.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46736C is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 108 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.55 |
| HSL | 170.67º | 0.24% | 0.36% | - |
| HSV(B) | 170.67º | 0.39% | 0.45% | - |
| XYZ | 11.36 | 14.65 | 16.42 | - |
| YUV | 100.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 108 | 0.39 | 0 | 0.06 | 0.55 | 170.67 | 0.24 | 0.36 |
| Hex | 46 | 73 | 6C | 27 | 0 | 6 | 37 | AB | 18 | 24 |
| Octal | 106 | 163 | 154 | 47 | 0 | 6 | 67 | 253 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1101100 | 100111 | 0 | 110 | 110111 | 10101011 | 11000 | 100100 |
Color Harmonies of #46736C
Complementary color
Monochromatic Colors of #46736C
Black with #46736C
Text Example
Text Example
White with #46736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46736C; }
p { color: rgb(70,115,108); }
H1.HeaderClassName
{
color: #46736C;
}
.AnyTagClassName
{
color: #46736C;
}
</style>
background-color css
<style>
a { background-color: #46736C; }
a { background-color: rgb(70,115,108); }
div.DivClassName
{
background-color: #46736C;
}
.BgClassName
{
background-color: #46736C;
}
</style>
border-color css
<style>
span { border-color: #46736C; }
span { border-color: rgb(70,115,108); }
td.TdClassName
{
border-color: #46736C;
}
.TagClassName
{
border-color: #46736C;
}
</style>