Shades of Dark Green Copper #43736B
Tints of Dark Green Copper #43736B
RGB
CMYK
RGB Variations
Color information
#43736B (or 0x43736B) is known color: Dark Green Copper. HEX triplet: 43, 73 and 6B. RGB value is (67,115,107). Sum of RGB (Red+Green+Blue) = 67+115+107=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #43736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43736B is #BC8C94. Grayscale: #636363. Windows color (decimal): -12356757 or 7041859. OLE color: 7041859.
HSL color Cylindrical-coordinate representation of color #43736B: hue angle of 170º degrees, saturation: 0.26, 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 #43736B is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 115 | 107 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.55 |
| HSL | 170º | 0.26% | 0.36% | - |
| HSV(B) | 170º | 0.42% | 0.45% | - |
| XYZ | 11.1 | 14.52 | 16.13 | - |
| YUV | 99.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 107 | 0.42 | 0 | 0.07 | 0.55 | 170 | 0.26 | 0.36 |
| Hex | 43 | 73 | 6B | 2A | 0 | 7 | 37 | AA | 1A | 24 |
| Octal | 103 | 163 | 153 | 52 | 0 | 7 | 67 | 252 | 32 | 44 |
| Binary | 1000011 | 1110011 | 1101011 | 101010 | 0 | 111 | 110111 | 10101010 | 11010 | 100100 |
Color Harmonies of #43736B
Complementary color
Monochromatic Colors of #43736B
Black with #43736B
Text Example
Text Example
White with #43736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43736B; }
p { color: rgb(67,115,107); }
H1.HeaderClassName
{
color: #43736B;
}
.AnyTagClassName
{
color: #43736B;
}
</style>
background-color css
<style>
a { background-color: #43736B; }
a { background-color: rgb(67,115,107); }
div.DivClassName
{
background-color: #43736B;
}
.BgClassName
{
background-color: #43736B;
}
</style>
border-color css
<style>
span { border-color: #43736B; }
span { border-color: rgb(67,115,107); }
td.TdClassName
{
border-color: #43736B;
}
.TagClassName
{
border-color: #43736B;
}
</style>