Shades of Dark Green Copper #3F736E
Tints of Dark Green Copper #3F736E
RGB
CMYK
RGB Variations
Color information
#3F736E (or 0x3F736E) is known color: Dark Green Copper. HEX triplet: 3F, 73 and 6E. RGB value is (63,115,110). Sum of RGB (Red+Green+Blue) = 63+115+110=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #3F736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F736E is #C08C91. Grayscale: #626262. Windows color (decimal): -12618898 or 7238463. OLE color: 7238463.
HSL color Cylindrical-coordinate representation of color #3F736E: hue angle of 174.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F736E is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 110 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.55 |
| HSL | 174.23º | 0.29% | 0.35% | - |
| HSV(B) | 174.23º | 0.45% | 0.45% | - |
| XYZ | 11 | 14.44 | 16.96 | - |
| YUV | 98.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 110 | 0.45 | 0 | 0.04 | 0.55 | 174.23 | 0.29 | 0.35 |
| Hex | 3F | 73 | 6E | 2D | 0 | 4 | 37 | AE | 1D | 23 |
| Octal | 77 | 163 | 156 | 55 | 0 | 4 | 67 | 256 | 35 | 43 |
| Binary | 111111 | 1110011 | 1101110 | 101101 | 0 | 100 | 110111 | 10101110 | 11101 | 100011 |
Color Harmonies of #3F736E
Complementary color
Monochromatic Colors of #3F736E
Black with #3F736E
Text Example
Text Example
White with #3F736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F736E; }
p { color: rgb(63,115,110); }
H1.HeaderClassName
{
color: #3F736E;
}
.AnyTagClassName
{
color: #3F736E;
}
</style>
background-color css
<style>
a { background-color: #3F736E; }
a { background-color: rgb(63,115,110); }
div.DivClassName
{
background-color: #3F736E;
}
.BgClassName
{
background-color: #3F736E;
}
</style>
border-color css
<style>
span { border-color: #3F736E; }
span { border-color: rgb(63,115,110); }
td.TdClassName
{
border-color: #3F736E;
}
.TagClassName
{
border-color: #3F736E;
}
</style>