Shades of Dark Green Copper #3F7A6E
Tints of Dark Green Copper #3F7A6E
RGB
CMYK
RGB Variations
Color information
#3F7A6E (or 0x3F7A6E) is known color: Dark Green Copper. HEX triplet: 3F, 7A and 6E. RGB value is (63,122,110). Sum of RGB (Red+Green+Blue) = 63+122+110=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A6E is #C08591. Grayscale: #666666. Windows color (decimal): -12617106 or 7240255. OLE color: 7240255.
HSL color Cylindrical-coordinate representation of color #3F7A6E: hue angle of 167.8º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A6E is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 110 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.52 |
| HSL | 167.8º | 0.32% | 0.36% | - |
| HSV(B) | 167.8º | 0.48% | 0.48% | - |
| XYZ | 11.82 | 16.1 | 17.24 | - |
| YUV | 102.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 110 | 0.48 | 0 | 0.10 | 0.52 | 167.8 | 0.32 | 0.36 |
| Hex | 3F | 7A | 6E | 30 | 0 | A | 34 | A8 | 20 | 24 |
| Octal | 77 | 172 | 156 | 60 | 0 | 12 | 64 | 250 | 40 | 44 |
| Binary | 111111 | 1111010 | 1101110 | 110000 | 0 | 1010 | 110100 | 10101000 | 100000 | 100100 |
Color Harmonies of #3F7A6E
Complementary color
Monochromatic Colors of #3F7A6E
Black with #3F7A6E
Text Example
Text Example
White with #3F7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A6E; }
p { color: rgb(63,122,110); }
H1.HeaderClassName
{
color: #3F7A6E;
}
.AnyTagClassName
{
color: #3F7A6E;
}
</style>
background-color css
<style>
a { background-color: #3F7A6E; }
a { background-color: rgb(63,122,110); }
div.DivClassName
{
background-color: #3F7A6E;
}
.BgClassName
{
background-color: #3F7A6E;
}
</style>
border-color css
<style>
span { border-color: #3F7A6E; }
span { border-color: rgb(63,122,110); }
td.TdClassName
{
border-color: #3F7A6E;
}
.TagClassName
{
border-color: #3F7A6E;
}
</style>