Shades of Dark Green Copper #437264
Tints of Dark Green Copper #437264
RGB
CMYK
RGB Variations
Color information
#437264 (or 0x437264) is known color: Dark Green Copper. HEX triplet: 43, 72 and 64. RGB value is (67,114,100). Sum of RGB (Red+Green+Blue) = 67+114+100=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #437264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437264 is #BC8D9B. Grayscale: #626262. Windows color (decimal): -12357020 or 6582851. OLE color: 6582851.
HSL color Cylindrical-coordinate representation of color #437264: hue angle of 162.13º 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 #437264 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 100 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.55 |
| HSL | 162.13º | 0.26% | 0.35% | - |
| HSV(B) | 162.13º | 0.41% | 0.45% | - |
| XYZ | 10.63 | 14.15 | 14.23 | - |
| YUV | 98.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 100 | 0.41 | 0 | 0.12 | 0.55 | 162.13 | 0.26 | 0.35 |
| Hex | 43 | 72 | 64 | 29 | 0 | C | 37 | A2 | 1A | 23 |
| Octal | 103 | 162 | 144 | 51 | 0 | 14 | 67 | 242 | 32 | 43 |
| Binary | 1000011 | 1110010 | 1100100 | 101001 | 0 | 1100 | 110111 | 10100010 | 11010 | 100011 |
Color Harmonies of #437264
Complementary color
Monochromatic Colors of #437264
Black with #437264
Text Example
Text Example
White with #437264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437264; }
p { color: rgb(67,114,100); }
H1.HeaderClassName
{
color: #437264;
}
.AnyTagClassName
{
color: #437264;
}
</style>
background-color css
<style>
a { background-color: #437264; }
a { background-color: rgb(67,114,100); }
div.DivClassName
{
background-color: #437264;
}
.BgClassName
{
background-color: #437264;
}
</style>
border-color css
<style>
span { border-color: #437264; }
span { border-color: rgb(67,114,100); }
td.TdClassName
{
border-color: #437264;
}
.TagClassName
{
border-color: #437264;
}
</style>