Shades of Dark Green Copper #437C75
Tints of Dark Green Copper #437C75
RGB
CMYK
RGB Variations
Color information
#437C75 (or 0x437C75) is known color: Dark Green Copper. HEX triplet: 43, 7C and 75. RGB value is (67,124,117). Sum of RGB (Red+Green+Blue) = 67+124+117=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #437C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437C75 is #BC838A. Grayscale: #6A6A6A. Windows color (decimal): -12354443 or 7699523. OLE color: 7699523.
HSL color Cylindrical-coordinate representation of color #437C75: hue angle of 172.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #437C75 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 124 | 117 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.51 |
| HSL | 172.63º | 0.3% | 0.37% | - |
| HSV(B) | 172.63º | 0.46% | 0.49% | - |
| XYZ | 12.73 | 16.89 | 19.42 | - |
| YUV | 106.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 124 | 117 | 0.46 | 0 | 0.06 | 0.51 | 172.63 | 0.3 | 0.37 |
| Hex | 43 | 7C | 75 | 2E | 0 | 6 | 33 | AD | 1E | 25 |
| Octal | 103 | 174 | 165 | 56 | 0 | 6 | 63 | 255 | 36 | 45 |
| Binary | 1000011 | 1111100 | 1110101 | 101110 | 0 | 110 | 110011 | 10101101 | 11110 | 100101 |
Color Harmonies of #437C75
Complementary color
Monochromatic Colors of #437C75
Black with #437C75
Text Example
Text Example
White with #437C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437C75; }
p { color: rgb(67,124,117); }
H1.HeaderClassName
{
color: #437C75;
}
.AnyTagClassName
{
color: #437C75;
}
</style>
background-color css
<style>
a { background-color: #437C75; }
a { background-color: rgb(67,124,117); }
div.DivClassName
{
background-color: #437C75;
}
.BgClassName
{
background-color: #437C75;
}
</style>
border-color css
<style>
span { border-color: #437C75; }
span { border-color: rgb(67,124,117); }
td.TdClassName
{
border-color: #437C75;
}
.TagClassName
{
border-color: #437C75;
}
</style>