Shades of Dark Green Copper #43786B
Tints of Dark Green Copper #43786B
RGB
CMYK
RGB Variations
Color information
#43786B (or 0x43786B) is known color: Dark Green Copper. HEX triplet: 43, 78 and 6B. RGB value is (67,120,107). Sum of RGB (Red+Green+Blue) = 67+120+107=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #43786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43786B is #BC8794. Grayscale: #666666. Windows color (decimal): -12355477 or 7043139. OLE color: 7043139.
HSL color Cylindrical-coordinate representation of color #43786B: hue angle of 165.28º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43786B is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 120 | 107 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.53 |
| HSL | 165.28º | 0.28% | 0.37% | - |
| HSV(B) | 165.28º | 0.44% | 0.47% | - |
| XYZ | 11.69 | 15.69 | 16.32 | - |
| YUV | 102.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 107 | 0.44 | 0 | 0.11 | 0.53 | 165.28 | 0.28 | 0.37 |
| Hex | 43 | 78 | 6B | 2C | 0 | B | 35 | A5 | 1C | 25 |
| Octal | 103 | 170 | 153 | 54 | 0 | 13 | 65 | 245 | 34 | 45 |
| Binary | 1000011 | 1111000 | 1101011 | 101100 | 0 | 1011 | 110101 | 10100101 | 11100 | 100101 |
Color Harmonies of #43786B
Complementary color
Monochromatic Colors of #43786B
Black with #43786B
Text Example
Text Example
White with #43786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43786B; }
p { color: rgb(67,120,107); }
H1.HeaderClassName
{
color: #43786B;
}
.AnyTagClassName
{
color: #43786B;
}
</style>
background-color css
<style>
a { background-color: #43786B; }
a { background-color: rgb(67,120,107); }
div.DivClassName
{
background-color: #43786B;
}
.BgClassName
{
background-color: #43786B;
}
</style>
border-color css
<style>
span { border-color: #43786B; }
span { border-color: rgb(67,120,107); }
td.TdClassName
{
border-color: #43786B;
}
.TagClassName
{
border-color: #43786B;
}
</style>