Shades of Dark Green Copper #43706D
Tints of Dark Green Copper #43706D
RGB
CMYK
RGB Variations
Color information
#43706D (or 0x43706D) is known color: Dark Green Copper. HEX triplet: 43, 70 and 6D. RGB value is (67,112,109). Sum of RGB (Red+Green+Blue) = 67+112+109=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #43706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706D is #BC8F92. Grayscale: #626262. Windows color (decimal): -12357523 or 7172163. OLE color: 7172163.
HSL color Cylindrical-coordinate representation of color #43706D: hue angle of 176º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43706D is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 109 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.56 |
| HSL | 176º | 0.25% | 0.35% | - |
| HSV(B) | 176º | 0.4% | 0.44% | - |
| XYZ | 10.87 | 13.89 | 16.58 | - |
| YUV | 98.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 109 | 0.40 | 0 | 0.03 | 0.56 | 176 | 0.25 | 0.35 |
| Hex | 43 | 70 | 6D | 28 | 0 | 3 | 38 | B0 | 19 | 23 |
| Octal | 103 | 160 | 155 | 50 | 0 | 3 | 70 | 260 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1101101 | 101000 | 0 | 11 | 111000 | 10110000 | 11001 | 100011 |
Color Harmonies of #43706D
Complementary color
Monochromatic Colors of #43706D
Black with #43706D
Text Example
Text Example
White with #43706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43706D; }
p { color: rgb(67,112,109); }
H1.HeaderClassName
{
color: #43706D;
}
.AnyTagClassName
{
color: #43706D;
}
</style>
background-color css
<style>
a { background-color: #43706D; }
a { background-color: rgb(67,112,109); }
div.DivClassName
{
background-color: #43706D;
}
.BgClassName
{
background-color: #43706D;
}
</style>
border-color css
<style>
span { border-color: #43706D; }
span { border-color: rgb(67,112,109); }
td.TdClassName
{
border-color: #43706D;
}
.TagClassName
{
border-color: #43706D;
}
</style>