Shades of Dark Green Copper #43726C
Tints of Dark Green Copper #43726C
RGB
CMYK
RGB Variations
Color information
#43726C (or 0x43726C) is known color: Dark Green Copper. HEX triplet: 43, 72 and 6C. RGB value is (67,114,108). Sum of RGB (Red+Green+Blue) = 67+114+108=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #43726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43726C is #BC8D93. Grayscale: #636363. Windows color (decimal): -12357012 or 7107139. OLE color: 7107139.
HSL color Cylindrical-coordinate representation of color #43726C: hue angle of 172.34º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43726C is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 108 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.55 |
| HSL | 172.34º | 0.26% | 0.35% | - |
| HSV(B) | 172.34º | 0.41% | 0.45% | - |
| XYZ | 11.04 | 14.31 | 16.37 | - |
| YUV | 99.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 108 | 0.41 | 0 | 0.05 | 0.55 | 172.34 | 0.26 | 0.35 |
| Hex | 43 | 72 | 6C | 29 | 0 | 5 | 37 | AC | 1A | 23 |
| Octal | 103 | 162 | 154 | 51 | 0 | 5 | 67 | 254 | 32 | 43 |
| Binary | 1000011 | 1110010 | 1101100 | 101001 | 0 | 101 | 110111 | 10101100 | 11010 | 100011 |
Color Harmonies of #43726C
Complementary color
Monochromatic Colors of #43726C
Black with #43726C
Text Example
Text Example
White with #43726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43726C; }
p { color: rgb(67,114,108); }
H1.HeaderClassName
{
color: #43726C;
}
.AnyTagClassName
{
color: #43726C;
}
</style>
background-color css
<style>
a { background-color: #43726C; }
a { background-color: rgb(67,114,108); }
div.DivClassName
{
background-color: #43726C;
}
.BgClassName
{
background-color: #43726C;
}
</style>
border-color css
<style>
span { border-color: #43726C; }
span { border-color: rgb(67,114,108); }
td.TdClassName
{
border-color: #43726C;
}
.TagClassName
{
border-color: #43726C;
}
</style>