Shades of Dark Green Copper #437263
Tints of Dark Green Copper #437263
RGB
CMYK
RGB Variations
Color information
#437263 (or 0x437263) is known color: Dark Green Copper. HEX triplet: 43, 72 and 63. RGB value is (67,114,99). Sum of RGB (Red+Green+Blue) = 67+114+99=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #437263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437263 is #BC8D9C. Grayscale: #626262. Windows color (decimal): -12357021 or 6517315. OLE color: 6517315.
HSL color Cylindrical-coordinate representation of color #437263: hue angle of 160.85º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #437263 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 99 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.55 |
| HSL | 160.85º | 0.26% | 0.35% | - |
| HSV(B) | 160.85º | 0.41% | 0.45% | - |
| XYZ | 10.58 | 14.13 | 13.97 | - |
| YUV | 98.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 99 | 0.41 | 0 | 0.13 | 0.55 | 160.85 | 0.26 | 0.35 |
| Hex | 43 | 72 | 63 | 29 | 0 | D | 37 | A1 | 1A | 23 |
| Octal | 103 | 162 | 143 | 51 | 0 | 15 | 67 | 241 | 32 | 43 |
| Binary | 1000011 | 1110010 | 1100011 | 101001 | 0 | 1101 | 110111 | 10100001 | 11010 | 100011 |
Color Harmonies of #437263
Complementary color
Monochromatic Colors of #437263
Black with #437263
Text Example
Text Example
White with #437263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437263; }
p { color: rgb(67,114,99); }
H1.HeaderClassName
{
color: #437263;
}
.AnyTagClassName
{
color: #437263;
}
</style>
background-color css
<style>
a { background-color: #437263; }
a { background-color: rgb(67,114,99); }
div.DivClassName
{
background-color: #437263;
}
.BgClassName
{
background-color: #437263;
}
</style>
border-color css
<style>
span { border-color: #437263; }
span { border-color: rgb(67,114,99); }
td.TdClassName
{
border-color: #437263;
}
.TagClassName
{
border-color: #437263;
}
</style>