Shades of Dark Green Copper #3E726C
Tints of Dark Green Copper #3E726C
RGB
CMYK
RGB Variations
Color information
#3E726C (or 0x3E726C) is known color: Dark Green Copper. HEX triplet: 3E, 72 and 6C. RGB value is (62,114,108). Sum of RGB (Red+Green+Blue) = 62+114+108=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #3E726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E726C is #C18D93. Grayscale: #616161. Windows color (decimal): -12684692 or 7107134. OLE color: 7107134.
HSL color Cylindrical-coordinate representation of color #3E726C: hue angle of 173.08º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E726C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 108 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.55 |
| HSL | 173.08º | 0.3% | 0.35% | - |
| HSV(B) | 173.08º | 0.46% | 0.45% | - |
| XYZ | 10.71 | 14.14 | 16.35 | - |
| YUV | 97.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 108 | 0.46 | 0 | 0.05 | 0.55 | 173.08 | 0.3 | 0.35 |
| Hex | 3E | 72 | 6C | 2E | 0 | 5 | 37 | AD | 1E | 23 |
| Octal | 76 | 162 | 154 | 56 | 0 | 5 | 67 | 255 | 36 | 43 |
| Binary | 111110 | 1110010 | 1101100 | 101110 | 0 | 101 | 110111 | 10101101 | 11110 | 100011 |
Color Harmonies of #3E726C
Complementary color
Monochromatic Colors of #3E726C
Black with #3E726C
Text Example
Text Example
White with #3E726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E726C; }
p { color: rgb(62,114,108); }
H1.HeaderClassName
{
color: #3E726C;
}
.AnyTagClassName
{
color: #3E726C;
}
</style>
background-color css
<style>
a { background-color: #3E726C; }
a { background-color: rgb(62,114,108); }
div.DivClassName
{
background-color: #3E726C;
}
.BgClassName
{
background-color: #3E726C;
}
</style>
border-color css
<style>
span { border-color: #3E726C; }
span { border-color: rgb(62,114,108); }
td.TdClassName
{
border-color: #3E726C;
}
.TagClassName
{
border-color: #3E726C;
}
</style>