Shades of Dark Green Copper #43746D
Tints of Dark Green Copper #43746D
RGB
CMYK
RGB Variations
Color information
#43746D (or 0x43746D) is known color: Dark Green Copper. HEX triplet: 43, 74 and 6D. RGB value is (67,116,109). Sum of RGB (Red+Green+Blue) = 67+116+109=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #43746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43746D is #BC8B92. Grayscale: #646464. Windows color (decimal): -12356499 or 7173187. OLE color: 7173187.
HSL color Cylindrical-coordinate representation of color #43746D: hue angle of 171.43º 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 #43746D is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 109 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.55 |
| HSL | 171.43º | 0.27% | 0.36% | - |
| HSV(B) | 171.43º | 0.42% | 0.45% | - |
| XYZ | 11.32 | 14.79 | 16.73 | - |
| YUV | 100.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 109 | 0.42 | 0 | 0.06 | 0.55 | 171.43 | 0.27 | 0.36 |
| Hex | 43 | 74 | 6D | 2A | 0 | 6 | 37 | AB | 1B | 24 |
| Octal | 103 | 164 | 155 | 52 | 0 | 6 | 67 | 253 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1101101 | 101010 | 0 | 110 | 110111 | 10101011 | 11011 | 100100 |
Color Harmonies of #43746D
Complementary color
Monochromatic Colors of #43746D
Black with #43746D
Text Example
Text Example
White with #43746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43746D; }
p { color: rgb(67,116,109); }
H1.HeaderClassName
{
color: #43746D;
}
.AnyTagClassName
{
color: #43746D;
}
</style>
background-color css
<style>
a { background-color: #43746D; }
a { background-color: rgb(67,116,109); }
div.DivClassName
{
background-color: #43746D;
}
.BgClassName
{
background-color: #43746D;
}
</style>
border-color css
<style>
span { border-color: #43746D; }
span { border-color: rgb(67,116,109); }
td.TdClassName
{
border-color: #43746D;
}
.TagClassName
{
border-color: #43746D;
}
</style>