Shades of Dark Green Copper #3F7668
Tints of Dark Green Copper #3F7668
RGB
CMYK
RGB Variations
Color information
#3F7668 (or 0x3F7668) is known color: Dark Green Copper. HEX triplet: 3F, 76 and 68. RGB value is (63,118,104). Sum of RGB (Red+Green+Blue) = 63+118+104=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7668 is #C08997. Grayscale: #636363. Windows color (decimal): -12618136 or 6846015. OLE color: 6846015.
HSL color Cylindrical-coordinate representation of color #3F7668: hue angle of 164.73º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7668 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 104 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.54 |
| HSL | 164.73º | 0.3% | 0.35% | - |
| HSV(B) | 164.73º | 0.47% | 0.46% | - |
| XYZ | 11.03 | 15.01 | 15.41 | - |
| YUV | 99.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 104 | 0.47 | 0 | 0.12 | 0.54 | 164.73 | 0.3 | 0.35 |
| Hex | 3F | 76 | 68 | 2F | 0 | C | 36 | A5 | 1E | 23 |
| Octal | 77 | 166 | 150 | 57 | 0 | 14 | 66 | 245 | 36 | 43 |
| Binary | 111111 | 1110110 | 1101000 | 101111 | 0 | 1100 | 110110 | 10100101 | 11110 | 100011 |
Color Harmonies of #3F7668
Complementary color
Monochromatic Colors of #3F7668
Black with #3F7668
Text Example
Text Example
White with #3F7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7668; }
p { color: rgb(63,118,104); }
H1.HeaderClassName
{
color: #3F7668;
}
.AnyTagClassName
{
color: #3F7668;
}
</style>
background-color css
<style>
a { background-color: #3F7668; }
a { background-color: rgb(63,118,104); }
div.DivClassName
{
background-color: #3F7668;
}
.BgClassName
{
background-color: #3F7668;
}
</style>
border-color css
<style>
span { border-color: #3F7668; }
span { border-color: rgb(63,118,104); }
td.TdClassName
{
border-color: #3F7668;
}
.TagClassName
{
border-color: #3F7668;
}
</style>