Shades of Dark Green Copper #437164
Tints of Dark Green Copper #437164
RGB
CMYK
RGB Variations
Color information
#437164 (or 0x437164) is known color: Dark Green Copper. HEX triplet: 43, 71 and 64. RGB value is (67,113,100). Sum of RGB (Red+Green+Blue) = 67+113+100=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #437164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437164 is #BC8E9B. Grayscale: #616161. Windows color (decimal): -12357276 or 6582595. OLE color: 6582595.
HSL color Cylindrical-coordinate representation of color #437164: hue angle of 163.04º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #437164 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 113 | 100 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.56 |
| HSL | 163.04º | 0.26% | 0.35% | - |
| HSV(B) | 163.04º | 0.41% | 0.44% | - |
| XYZ | 10.52 | 13.92 | 14.19 | - |
| YUV | 97.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 100 | 0.41 | 0 | 0.12 | 0.56 | 163.04 | 0.26 | 0.35 |
| Hex | 43 | 71 | 64 | 29 | 0 | C | 38 | A3 | 1A | 23 |
| Octal | 103 | 161 | 144 | 51 | 0 | 14 | 70 | 243 | 32 | 43 |
| Binary | 1000011 | 1110001 | 1100100 | 101001 | 0 | 1100 | 111000 | 10100011 | 11010 | 100011 |
Color Harmonies of #437164
Complementary color
Monochromatic Colors of #437164
Black with #437164
Text Example
Text Example
White with #437164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437164; }
p { color: rgb(67,113,100); }
H1.HeaderClassName
{
color: #437164;
}
.AnyTagClassName
{
color: #437164;
}
</style>
background-color css
<style>
a { background-color: #437164; }
a { background-color: rgb(67,113,100); }
div.DivClassName
{
background-color: #437164;
}
.BgClassName
{
background-color: #437164;
}
</style>
border-color css
<style>
span { border-color: #437164; }
span { border-color: rgb(67,113,100); }
td.TdClassName
{
border-color: #437164;
}
.TagClassName
{
border-color: #437164;
}
</style>