Shades of Dark Green Copper #43746B
Tints of Dark Green Copper #43746B
RGB
CMYK
RGB Variations
Color information
#43746B (or 0x43746B) is known color: Dark Green Copper. HEX triplet: 43, 74 and 6B. RGB value is (67,116,107). Sum of RGB (Red+Green+Blue) = 67+116+107=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #43746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43746B is #BC8B94. Grayscale: #646464. Windows color (decimal): -12356501 or 7042115. OLE color: 7042115.
HSL color Cylindrical-coordinate representation of color #43746B: hue angle of 168.98º 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 #43746B is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 116 | 107 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.55 |
| HSL | 168.98º | 0.27% | 0.36% | - |
| HSV(B) | 168.98º | 0.42% | 0.45% | - |
| XYZ | 11.21 | 14.75 | 16.17 | - |
| YUV | 100.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 107 | 0.42 | 0 | 0.08 | 0.55 | 168.98 | 0.27 | 0.36 |
| Hex | 43 | 74 | 6B | 2A | 0 | 8 | 37 | A9 | 1B | 24 |
| Octal | 103 | 164 | 153 | 52 | 0 | 10 | 67 | 251 | 33 | 44 |
| Binary | 1000011 | 1110100 | 1101011 | 101010 | 0 | 1000 | 110111 | 10101001 | 11011 | 100100 |
Color Harmonies of #43746B
Complementary color
Monochromatic Colors of #43746B
Black with #43746B
Text Example
Text Example
White with #43746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43746B; }
p { color: rgb(67,116,107); }
H1.HeaderClassName
{
color: #43746B;
}
.AnyTagClassName
{
color: #43746B;
}
</style>
background-color css
<style>
a { background-color: #43746B; }
a { background-color: rgb(67,116,107); }
div.DivClassName
{
background-color: #43746B;
}
.BgClassName
{
background-color: #43746B;
}
</style>
border-color css
<style>
span { border-color: #43746B; }
span { border-color: rgb(67,116,107); }
td.TdClassName
{
border-color: #43746B;
}
.TagClassName
{
border-color: #43746B;
}
</style>