Shades of Dark Green Copper #3F7367
Tints of Dark Green Copper #3F7367
RGB
CMYK
RGB Variations
Color information
#3F7367 (or 0x3F7367) is known color: Dark Green Copper. HEX triplet: 3F, 73 and 67. RGB value is (63,115,103). Sum of RGB (Red+Green+Blue) = 63+115+103=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7367 is #C08C98. Grayscale: #626262. Windows color (decimal): -12618905 or 6779711. OLE color: 6779711.
HSL color Cylindrical-coordinate representation of color #3F7367: hue angle of 166.15º 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 #3F7367 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 103 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.55 |
| HSL | 166.15º | 0.29% | 0.35% | - |
| HSV(B) | 166.15º | 0.45% | 0.45% | - |
| XYZ | 10.63 | 14.3 | 15.03 | - |
| YUV | 98.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 103 | 0.45 | 0 | 0.10 | 0.55 | 166.15 | 0.29 | 0.35 |
| Hex | 3F | 73 | 67 | 2D | 0 | A | 37 | A6 | 1D | 23 |
| Octal | 77 | 163 | 147 | 55 | 0 | 12 | 67 | 246 | 35 | 43 |
| Binary | 111111 | 1110011 | 1100111 | 101101 | 0 | 1010 | 110111 | 10100110 | 11101 | 100011 |
Color Harmonies of #3F7367
Complementary color
Monochromatic Colors of #3F7367
Black with #3F7367
Text Example
Text Example
White with #3F7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7367; }
p { color: rgb(63,115,103); }
H1.HeaderClassName
{
color: #3F7367;
}
.AnyTagClassName
{
color: #3F7367;
}
</style>
background-color css
<style>
a { background-color: #3F7367; }
a { background-color: rgb(63,115,103); }
div.DivClassName
{
background-color: #3F7367;
}
.BgClassName
{
background-color: #3F7367;
}
</style>
border-color css
<style>
span { border-color: #3F7367; }
span { border-color: rgb(63,115,103); }
td.TdClassName
{
border-color: #3F7367;
}
.TagClassName
{
border-color: #3F7367;
}
</style>