Shades of Dark Green Copper #437D74
Tints of Dark Green Copper #437D74
RGB
CMYK
RGB Variations
Color information
#437D74 (or 0x437D74) is known color: Dark Green Copper. HEX triplet: 43, 7D and 74. RGB value is (67,125,116). Sum of RGB (Red+Green+Blue) = 67+125+116=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #437D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437D74 is #BC828B. Grayscale: #6A6A6A. Windows color (decimal): -12354188 or 7634243. OLE color: 7634243.
HSL color Cylindrical-coordinate representation of color #437D74: hue angle of 170.69º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437D74 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 125 | 116 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.51 |
| HSL | 170.69º | 0.3% | 0.38% | - |
| HSV(B) | 170.69º | 0.46% | 0.49% | - |
| XYZ | 12.8 | 17.12 | 19.15 | - |
| YUV | 106.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 125 | 116 | 0.46 | 0 | 0.07 | 0.51 | 170.69 | 0.3 | 0.38 |
| Hex | 43 | 7D | 74 | 2E | 0 | 7 | 33 | AB | 1E | 26 |
| Octal | 103 | 175 | 164 | 56 | 0 | 7 | 63 | 253 | 36 | 46 |
| Binary | 1000011 | 1111101 | 1110100 | 101110 | 0 | 111 | 110011 | 10101011 | 11110 | 100110 |
Color Harmonies of #437D74
Complementary color
Monochromatic Colors of #437D74
Black with #437D74
Text Example
Text Example
White with #437D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437D74; }
p { color: rgb(67,125,116); }
H1.HeaderClassName
{
color: #437D74;
}
.AnyTagClassName
{
color: #437D74;
}
</style>
background-color css
<style>
a { background-color: #437D74; }
a { background-color: rgb(67,125,116); }
div.DivClassName
{
background-color: #437D74;
}
.BgClassName
{
background-color: #437D74;
}
</style>
border-color css
<style>
span { border-color: #437D74; }
span { border-color: rgb(67,125,116); }
td.TdClassName
{
border-color: #437D74;
}
.TagClassName
{
border-color: #437D74;
}
</style>