Shades of Dark Green Copper #43756D
Tints of Dark Green Copper #43756D
RGB
CMYK
RGB Variations
Color information
#43756D (or 0x43756D) is known color: Dark Green Copper. HEX triplet: 43, 75 and 6D. RGB value is (67,117,109). Sum of RGB (Red+Green+Blue) = 67+117+109=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #43756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43756D is #BC8A92. Grayscale: #656565. Windows color (decimal): -12356243 or 7173443. OLE color: 7173443.
HSL color Cylindrical-coordinate representation of color #43756D: hue angle of 170.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43756D is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 117 | 109 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.54 |
| HSL | 170.4º | 0.27% | 0.36% | - |
| HSV(B) | 170.4º | 0.43% | 0.46% | - |
| XYZ | 11.44 | 15.02 | 16.76 | - |
| YUV | 101.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 109 | 0.43 | 0 | 0.07 | 0.54 | 170.4 | 0.27 | 0.36 |
| Hex | 43 | 75 | 6D | 2B | 0 | 7 | 36 | AA | 1B | 24 |
| Octal | 103 | 165 | 155 | 53 | 0 | 7 | 66 | 252 | 33 | 44 |
| Binary | 1000011 | 1110101 | 1101101 | 101011 | 0 | 111 | 110110 | 10101010 | 11011 | 100100 |
Color Harmonies of #43756D
Complementary color
Monochromatic Colors of #43756D
Black with #43756D
Text Example
Text Example
White with #43756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43756D; }
p { color: rgb(67,117,109); }
H1.HeaderClassName
{
color: #43756D;
}
.AnyTagClassName
{
color: #43756D;
}
</style>
background-color css
<style>
a { background-color: #43756D; }
a { background-color: rgb(67,117,109); }
div.DivClassName
{
background-color: #43756D;
}
.BgClassName
{
background-color: #43756D;
}
</style>
border-color css
<style>
span { border-color: #43756D; }
span { border-color: rgb(67,117,109); }
td.TdClassName
{
border-color: #43756D;
}
.TagClassName
{
border-color: #43756D;
}
</style>