Shades of Dark Green Copper #43796C
Tints of Dark Green Copper #43796C
RGB
CMYK
RGB Variations
Color information
#43796C (or 0x43796C) is known color: Dark Green Copper. HEX triplet: 43, 79 and 6C. RGB value is (67,121,108). Sum of RGB (Red+Green+Blue) = 67+121+108=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #43796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43796C is #BC8693. Grayscale: #676767. Windows color (decimal): -12355220 or 7108931. OLE color: 7108931.
HSL color Cylindrical-coordinate representation of color #43796C: hue angle of 165.56º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43796C is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 121 | 108 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.53 |
| HSL | 165.56º | 0.29% | 0.37% | - |
| HSV(B) | 165.56º | 0.45% | 0.47% | - |
| XYZ | 11.86 | 15.95 | 16.64 | - |
| YUV | 103.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 121 | 108 | 0.45 | 0 | 0.11 | 0.53 | 165.56 | 0.29 | 0.37 |
| Hex | 43 | 79 | 6C | 2D | 0 | B | 35 | A6 | 1D | 25 |
| Octal | 103 | 171 | 154 | 55 | 0 | 13 | 65 | 246 | 35 | 45 |
| Binary | 1000011 | 1111001 | 1101100 | 101101 | 0 | 1011 | 110101 | 10100110 | 11101 | 100101 |
Color Harmonies of #43796C
Complementary color
Monochromatic Colors of #43796C
Black with #43796C
Text Example
Text Example
White with #43796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43796C; }
p { color: rgb(67,121,108); }
H1.HeaderClassName
{
color: #43796C;
}
.AnyTagClassName
{
color: #43796C;
}
</style>
background-color css
<style>
a { background-color: #43796C; }
a { background-color: rgb(67,121,108); }
div.DivClassName
{
background-color: #43796C;
}
.BgClassName
{
background-color: #43796C;
}
</style>
border-color css
<style>
span { border-color: #43796C; }
span { border-color: rgb(67,121,108); }
td.TdClassName
{
border-color: #43796C;
}
.TagClassName
{
border-color: #43796C;
}
</style>