Shades of Dark Green Copper #3E7369
Tints of Dark Green Copper #3E7369
RGB
CMYK
RGB Variations
Color information
#3E7369 (or 0x3E7369) is known color: Dark Green Copper. HEX triplet: 3E, 73 and 69. RGB value is (62,115,105). Sum of RGB (Red+Green+Blue) = 62+115+105=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7369 is #C18C96. Grayscale: #616161. Windows color (decimal): -12684439 or 6910782. OLE color: 6910782.
HSL color Cylindrical-coordinate representation of color #3E7369: hue angle of 168.68º 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 #3E7369 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 105 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.55 |
| HSL | 168.68º | 0.3% | 0.35% | - |
| HSV(B) | 168.68º | 0.46% | 0.45% | - |
| XYZ | 10.67 | 14.31 | 15.56 | - |
| YUV | 98.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 105 | 0.46 | 0 | 0.09 | 0.55 | 168.68 | 0.3 | 0.35 |
| Hex | 3E | 73 | 69 | 2E | 0 | 9 | 37 | A9 | 1E | 23 |
| Octal | 76 | 163 | 151 | 56 | 0 | 11 | 67 | 251 | 36 | 43 |
| Binary | 111110 | 1110011 | 1101001 | 101110 | 0 | 1001 | 110111 | 10101001 | 11110 | 100011 |
Color Harmonies of #3E7369
Complementary color
Monochromatic Colors of #3E7369
Black with #3E7369
Text Example
Text Example
White with #3E7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7369; }
p { color: rgb(62,115,105); }
H1.HeaderClassName
{
color: #3E7369;
}
.AnyTagClassName
{
color: #3E7369;
}
</style>
background-color css
<style>
a { background-color: #3E7369; }
a { background-color: rgb(62,115,105); }
div.DivClassName
{
background-color: #3E7369;
}
.BgClassName
{
background-color: #3E7369;
}
</style>
border-color css
<style>
span { border-color: #3E7369; }
span { border-color: rgb(62,115,105); }
td.TdClassName
{
border-color: #3E7369;
}
.TagClassName
{
border-color: #3E7369;
}
</style>