Shades of Dark Green Copper #43736C
Tints of Dark Green Copper #43736C
RGB
CMYK
RGB Variations
Color information
#43736C (or 0x43736C) is known color: Dark Green Copper. HEX triplet: 43, 73 and 6C. RGB value is (67,115,108). Sum of RGB (Red+Green+Blue) = 67+115+108=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #43736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43736C is #BC8C93. Grayscale: #636363. Windows color (decimal): -12356756 or 7107395. OLE color: 7107395.
HSL color Cylindrical-coordinate representation of color #43736C: hue angle of 171.25º 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 #43736C is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 115 | 108 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.55 |
| HSL | 171.25º | 0.26% | 0.36% | - |
| HSV(B) | 171.25º | 0.42% | 0.45% | - |
| XYZ | 11.15 | 14.54 | 16.41 | - |
| YUV | 99.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 108 | 0.42 | 0 | 0.06 | 0.55 | 171.25 | 0.26 | 0.36 |
| Hex | 43 | 73 | 6C | 2A | 0 | 6 | 37 | AB | 1A | 24 |
| Octal | 103 | 163 | 154 | 52 | 0 | 6 | 67 | 253 | 32 | 44 |
| Binary | 1000011 | 1110011 | 1101100 | 101010 | 0 | 110 | 110111 | 10101011 | 11010 | 100100 |
Color Harmonies of #43736C
Complementary color
Monochromatic Colors of #43736C
Black with #43736C
Text Example
Text Example
White with #43736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43736C; }
p { color: rgb(67,115,108); }
H1.HeaderClassName
{
color: #43736C;
}
.AnyTagClassName
{
color: #43736C;
}
</style>
background-color css
<style>
a { background-color: #43736C; }
a { background-color: rgb(67,115,108); }
div.DivClassName
{
background-color: #43736C;
}
.BgClassName
{
background-color: #43736C;
}
</style>
border-color css
<style>
span { border-color: #43736C; }
span { border-color: rgb(67,115,108); }
td.TdClassName
{
border-color: #43736C;
}
.TagClassName
{
border-color: #43736C;
}
</style>