Shades of Dark Green Copper #3F7569
Tints of Dark Green Copper #3F7569
RGB
CMYK
RGB Variations
Color information
#3F7569 (or 0x3F7569) is known color: Dark Green Copper. HEX triplet: 3F, 75 and 69. RGB value is (63,117,105). Sum of RGB (Red+Green+Blue) = 63+117+105=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7569 is #C08A96. Grayscale: #636363. Windows color (decimal): -12618391 or 6911295. OLE color: 6911295.
HSL color Cylindrical-coordinate representation of color #3F7569: hue angle of 166.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7569 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 105 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.54 |
| HSL | 166.67º | 0.3% | 0.35% | - |
| HSV(B) | 166.67º | 0.46% | 0.46% | - |
| XYZ | 10.96 | 14.8 | 15.64 | - |
| YUV | 99.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 105 | 0.46 | 0 | 0.10 | 0.54 | 166.67 | 0.3 | 0.35 |
| Hex | 3F | 75 | 69 | 2E | 0 | A | 36 | A7 | 1E | 23 |
| Octal | 77 | 165 | 151 | 56 | 0 | 12 | 66 | 247 | 36 | 43 |
| Binary | 111111 | 1110101 | 1101001 | 101110 | 0 | 1010 | 110110 | 10100111 | 11110 | 100011 |
Color Harmonies of #3F7569
Complementary color
Monochromatic Colors of #3F7569
Black with #3F7569
Text Example
Text Example
White with #3F7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7569; }
p { color: rgb(63,117,105); }
H1.HeaderClassName
{
color: #3F7569;
}
.AnyTagClassName
{
color: #3F7569;
}
</style>
background-color css
<style>
a { background-color: #3F7569; }
a { background-color: rgb(63,117,105); }
div.DivClassName
{
background-color: #3F7569;
}
.BgClassName
{
background-color: #3F7569;
}
</style>
border-color css
<style>
span { border-color: #3F7569; }
span { border-color: rgb(63,117,105); }
td.TdClassName
{
border-color: #3F7569;
}
.TagClassName
{
border-color: #3F7569;
}
</style>