Shades of Dark Green Copper #3E6965
Tints of Dark Green Copper #3E6965
RGB
CMYK
RGB Variations
Color information
#3E6965 (or 0x3E6965) is known color: Dark Green Copper. HEX triplet: 3E, 69 and 65. RGB value is (62,105,101). Sum of RGB (Red+Green+Blue) = 62+105+101=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6965 is #C1969A. Grayscale: #5B5B5B. Windows color (decimal): -12687003 or 6646078. OLE color: 6646078.
HSL color Cylindrical-coordinate representation of color #3E6965: hue angle of 174.42º 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 #3E6965 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 101 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.59 |
| HSL | 174.42º | 0.26% | 0.33% | - |
| HSV(B) | 174.42º | 0.41% | 0.41% | - |
| XYZ | 9.39 | 12.07 | 14.15 | - |
| YUV | 91.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 101 | 0.41 | 0 | 0.04 | 0.59 | 174.42 | 0.26 | 0.33 |
| Hex | 3E | 69 | 65 | 29 | 0 | 4 | 3B | AE | 1A | 21 |
| Octal | 76 | 151 | 145 | 51 | 0 | 4 | 73 | 256 | 32 | 41 |
| Binary | 111110 | 1101001 | 1100101 | 101001 | 0 | 100 | 111011 | 10101110 | 11010 | 100001 |
Color Harmonies of #3E6965
Complementary color
Monochromatic Colors of #3E6965
Black with #3E6965
Text Example
Text Example
White with #3E6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6965; }
p { color: rgb(62,105,101); }
H1.HeaderClassName
{
color: #3E6965;
}
.AnyTagClassName
{
color: #3E6965;
}
</style>
background-color css
<style>
a { background-color: #3E6965; }
a { background-color: rgb(62,105,101); }
div.DivClassName
{
background-color: #3E6965;
}
.BgClassName
{
background-color: #3E6965;
}
</style>
border-color css
<style>
span { border-color: #3E6965; }
span { border-color: rgb(62,105,101); }
td.TdClassName
{
border-color: #3E6965;
}
.TagClassName
{
border-color: #3E6965;
}
</style>