Shades of Dark Green Copper #3E6963
Tints of Dark Green Copper #3E6963
RGB
CMYK
RGB Variations
Color information
#3E6963 (or 0x3E6963) is known color: Dark Green Copper. HEX triplet: 3E, 69 and 63. RGB value is (62,105,99). Sum of RGB (Red+Green+Blue) = 62+105+99=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6963 is #C1969C. Grayscale: #5B5B5B. Windows color (decimal): -12687005 or 6515006. OLE color: 6515006.
HSL color Cylindrical-coordinate representation of color #3E6963: hue angle of 171.63º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E6963 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 99 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.59 |
| HSL | 171.63º | 0.26% | 0.33% | - |
| HSV(B) | 171.63º | 0.41% | 0.41% | - |
| XYZ | 9.29 | 12.03 | 13.64 | - |
| YUV | 91.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 99 | 0.41 | 0 | 0.06 | 0.59 | 171.63 | 0.26 | 0.33 |
| Hex | 3E | 69 | 63 | 29 | 0 | 6 | 3B | AC | 1A | 21 |
| Octal | 76 | 151 | 143 | 51 | 0 | 6 | 73 | 254 | 32 | 41 |
| Binary | 111110 | 1101001 | 1100011 | 101001 | 0 | 110 | 111011 | 10101100 | 11010 | 100001 |
Color Harmonies of #3E6963
Complementary color
Monochromatic Colors of #3E6963
Black with #3E6963
Text Example
Text Example
White with #3E6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6963; }
p { color: rgb(62,105,99); }
H1.HeaderClassName
{
color: #3E6963;
}
.AnyTagClassName
{
color: #3E6963;
}
</style>
background-color css
<style>
a { background-color: #3E6963; }
a { background-color: rgb(62,105,99); }
div.DivClassName
{
background-color: #3E6963;
}
.BgClassName
{
background-color: #3E6963;
}
</style>
border-color css
<style>
span { border-color: #3E6963; }
span { border-color: rgb(62,105,99); }
td.TdClassName
{
border-color: #3E6963;
}
.TagClassName
{
border-color: #3E6963;
}
</style>