Shades of Dark Green Copper #3E736C
Tints of Dark Green Copper #3E736C
RGB
CMYK
RGB Variations
Color information
#3E736C (or 0x3E736C) is known color: Dark Green Copper. HEX triplet: 3E, 73 and 6C. RGB value is (62,115,108). Sum of RGB (Red+Green+Blue) = 62+115+108=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3E736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E736C is #C18C93. Grayscale: #626262. Windows color (decimal): -12684436 or 7107390. OLE color: 7107390.
HSL color Cylindrical-coordinate representation of color #3E736C: hue angle of 172.08º 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 #3E736C is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 108 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.55 |
| HSL | 172.08º | 0.3% | 0.35% | - |
| HSV(B) | 172.08º | 0.46% | 0.45% | - |
| XYZ | 10.82 | 14.37 | 16.39 | - |
| YUV | 98.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 108 | 0.46 | 0 | 0.06 | 0.55 | 172.08 | 0.3 | 0.35 |
| Hex | 3E | 73 | 6C | 2E | 0 | 6 | 37 | AC | 1E | 23 |
| Octal | 76 | 163 | 154 | 56 | 0 | 6 | 67 | 254 | 36 | 43 |
| Binary | 111110 | 1110011 | 1101100 | 101110 | 0 | 110 | 110111 | 10101100 | 11110 | 100011 |
Color Harmonies of #3E736C
Complementary color
Monochromatic Colors of #3E736C
Black with #3E736C
Text Example
Text Example
White with #3E736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E736C; }
p { color: rgb(62,115,108); }
H1.HeaderClassName
{
color: #3E736C;
}
.AnyTagClassName
{
color: #3E736C;
}
</style>
background-color css
<style>
a { background-color: #3E736C; }
a { background-color: rgb(62,115,108); }
div.DivClassName
{
background-color: #3E736C;
}
.BgClassName
{
background-color: #3E736C;
}
</style>
border-color css
<style>
span { border-color: #3E736C; }
span { border-color: rgb(62,115,108); }
td.TdClassName
{
border-color: #3E736C;
}
.TagClassName
{
border-color: #3E736C;
}
</style>