Shades of Dark Green Copper #3E6A64
Tints of Dark Green Copper #3E6A64
RGB
CMYK
RGB Variations
Color information
#3E6A64 (or 0x3E6A64) is known color: Dark Green Copper. HEX triplet: 3E, 6A and 64. RGB value is (62,106,100). Sum of RGB (Red+Green+Blue) = 62+106+100=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A64 is #C1959B. Grayscale: #5C5C5C. Windows color (decimal): -12686748 or 6580798. OLE color: 6580798.
HSL color Cylindrical-coordinate representation of color #3E6A64: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6A64 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 100 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.58 |
| HSL | 171.82º | 0.26% | 0.33% | - |
| HSV(B) | 171.82º | 0.42% | 0.42% | - |
| XYZ | 9.44 | 12.25 | 13.92 | - |
| YUV | 92.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 100 | 0.42 | 0 | 0.06 | 0.58 | 171.82 | 0.26 | 0.33 |
| Hex | 3E | 6A | 64 | 2A | 0 | 6 | 3A | AC | 1A | 21 |
| Octal | 76 | 152 | 144 | 52 | 0 | 6 | 72 | 254 | 32 | 41 |
| Binary | 111110 | 1101010 | 1100100 | 101010 | 0 | 110 | 111010 | 10101100 | 11010 | 100001 |
Color Harmonies of #3E6A64
Complementary color
Monochromatic Colors of #3E6A64
Black with #3E6A64
Text Example
Text Example
White with #3E6A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A64; }
p { color: rgb(62,106,100); }
H1.HeaderClassName
{
color: #3E6A64;
}
.AnyTagClassName
{
color: #3E6A64;
}
</style>
background-color css
<style>
a { background-color: #3E6A64; }
a { background-color: rgb(62,106,100); }
div.DivClassName
{
background-color: #3E6A64;
}
.BgClassName
{
background-color: #3E6A64;
}
</style>
border-color css
<style>
span { border-color: #3E6A64; }
span { border-color: rgb(62,106,100); }
td.TdClassName
{
border-color: #3E6A64;
}
.TagClassName
{
border-color: #3E6A64;
}
</style>