Shades of Dark Green Copper #3E7368
Tints of Dark Green Copper #3E7368
RGB
CMYK
RGB Variations
Color information
#3E7368 (or 0x3E7368) is known color: Dark Green Copper. HEX triplet: 3E, 73 and 68. RGB value is (62,115,104). Sum of RGB (Red+Green+Blue) = 62+115+104=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7368 is #C18C97. Grayscale: #616161. Windows color (decimal): -12684440 or 6845246. OLE color: 6845246.
HSL color Cylindrical-coordinate representation of color #3E7368: hue angle of 167.55º 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 #3E7368 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 104 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.55 |
| HSL | 167.55º | 0.3% | 0.35% | - |
| HSV(B) | 167.55º | 0.46% | 0.45% | - |
| XYZ | 10.62 | 14.29 | 15.29 | - |
| YUV | 97.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 104 | 0.46 | 0 | 0.10 | 0.55 | 167.55 | 0.3 | 0.35 |
| Hex | 3E | 73 | 68 | 2E | 0 | A | 37 | A8 | 1E | 23 |
| Octal | 76 | 163 | 150 | 56 | 0 | 12 | 67 | 250 | 36 | 43 |
| Binary | 111110 | 1110011 | 1101000 | 101110 | 0 | 1010 | 110111 | 10101000 | 11110 | 100011 |
Color Harmonies of #3E7368
Complementary color
Monochromatic Colors of #3E7368
Black with #3E7368
Text Example
Text Example
White with #3E7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7368; }
p { color: rgb(62,115,104); }
H1.HeaderClassName
{
color: #3E7368;
}
.AnyTagClassName
{
color: #3E7368;
}
</style>
background-color css
<style>
a { background-color: #3E7368; }
a { background-color: rgb(62,115,104); }
div.DivClassName
{
background-color: #3E7368;
}
.BgClassName
{
background-color: #3E7368;
}
</style>
border-color css
<style>
span { border-color: #3E7368; }
span { border-color: rgb(62,115,104); }
td.TdClassName
{
border-color: #3E7368;
}
.TagClassName
{
border-color: #3E7368;
}
</style>