Shades of Dark Green Copper #43746E
Tints of Dark Green Copper #43746E
RGB
CMYK
RGB Variations
Color information
#43746E (or 0x43746E) is known color: Dark Green Copper. HEX triplet: 43, 74 and 6E. RGB value is (67,116,110). Sum of RGB (Red+Green+Blue) = 67+116+110=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #43746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43746E is #BC8B91. Grayscale: #646464. Windows color (decimal): -12356498 or 7238723. OLE color: 7238723.
HSL color Cylindrical-coordinate representation of color #43746E: hue angle of 172.65º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #43746E is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 110 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.55 |
| HSL | 172.65º | 0.27% | 0.36% | - |
| HSV(B) | 172.65º | 0.42% | 0.45% | - |
| XYZ | 11.37 | 14.81 | 17.01 | - |
| YUV | 100.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 110 | 0.42 | 0 | 0.05 | 0.55 | 172.65 | 0.27 | 0.36 |
| Hex | 43 | 74 | 6E | 2A | 0 | 5 | 37 | AD | 1B | 24 |
| Octal | 103 | 164 | 156 | 52 | 0 | 5 | 67 | 255 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1101110 | 101010 | 0 | 101 | 110111 | 10101101 | 11011 | 100100 |
Color Harmonies of #43746E
Complementary color
Monochromatic Colors of #43746E
Black with #43746E
Text Example
Text Example
White with #43746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43746E; }
p { color: rgb(67,116,110); }
H1.HeaderClassName
{
color: #43746E;
}
.AnyTagClassName
{
color: #43746E;
}
</style>
background-color css
<style>
a { background-color: #43746E; }
a { background-color: rgb(67,116,110); }
div.DivClassName
{
background-color: #43746E;
}
.BgClassName
{
background-color: #43746E;
}
</style>
border-color css
<style>
span { border-color: #43746E; }
span { border-color: rgb(67,116,110); }
td.TdClassName
{
border-color: #43746E;
}
.TagClassName
{
border-color: #43746E;
}
</style>