Shades of Dark Green Copper #3F736C
Tints of Dark Green Copper #3F736C
RGB
CMYK
RGB Variations
Color information
#3F736C (or 0x3F736C) is known color: Dark Green Copper. HEX triplet: 3F, 73 and 6C. RGB value is (63,115,108). Sum of RGB (Red+Green+Blue) = 63+115+108=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #3F736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F736C is #C08C93. Grayscale: #626262. Windows color (decimal): -12618900 or 7107391. OLE color: 7107391.
HSL color Cylindrical-coordinate representation of color #3F736C: hue angle of 171.92º 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 #3F736C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 108 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.55 |
| HSL | 171.92º | 0.29% | 0.35% | - |
| HSV(B) | 171.92º | 0.45% | 0.45% | - |
| XYZ | 10.89 | 14.4 | 16.39 | - |
| YUV | 98.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 108 | 0.45 | 0 | 0.06 | 0.55 | 171.92 | 0.29 | 0.35 |
| Hex | 3F | 73 | 6C | 2D | 0 | 6 | 37 | AC | 1D | 23 |
| Octal | 77 | 163 | 154 | 55 | 0 | 6 | 67 | 254 | 35 | 43 |
| Binary | 111111 | 1110011 | 1101100 | 101101 | 0 | 110 | 110111 | 10101100 | 11101 | 100011 |
Color Harmonies of #3F736C
Complementary color
Monochromatic Colors of #3F736C
Black with #3F736C
Text Example
Text Example
White with #3F736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F736C; }
p { color: rgb(63,115,108); }
H1.HeaderClassName
{
color: #3F736C;
}
.AnyTagClassName
{
color: #3F736C;
}
</style>
background-color css
<style>
a { background-color: #3F736C; }
a { background-color: rgb(63,115,108); }
div.DivClassName
{
background-color: #3F736C;
}
.BgClassName
{
background-color: #3F736C;
}
</style>
border-color css
<style>
span { border-color: #3F736C; }
span { border-color: rgb(63,115,108); }
td.TdClassName
{
border-color: #3F736C;
}
.TagClassName
{
border-color: #3F736C;
}
</style>