Shades of Dark Green Copper #3F7269
Tints of Dark Green Copper #3F7269
RGB
CMYK
RGB Variations
Color information
#3F7269 (or 0x3F7269) is known color: Dark Green Copper. HEX triplet: 3F, 72 and 69. RGB value is (63,114,105). Sum of RGB (Red+Green+Blue) = 63+114+105=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7269 is #C08D96. Grayscale: #616161. Windows color (decimal): -12619159 or 6910527. OLE color: 6910527.
HSL color Cylindrical-coordinate representation of color #3F7269: hue angle of 169.41º 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 #3F7269 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 105 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.55 |
| HSL | 169.41º | 0.29% | 0.35% | - |
| HSV(B) | 169.41º | 0.45% | 0.45% | - |
| XYZ | 10.62 | 14.11 | 15.53 | - |
| YUV | 97.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 105 | 0.45 | 0 | 0.08 | 0.55 | 169.41 | 0.29 | 0.35 |
| Hex | 3F | 72 | 69 | 2D | 0 | 8 | 37 | A9 | 1D | 23 |
| Octal | 77 | 162 | 151 | 55 | 0 | 10 | 67 | 251 | 35 | 43 |
| Binary | 111111 | 1110010 | 1101001 | 101101 | 0 | 1000 | 110111 | 10101001 | 11101 | 100011 |
Color Harmonies of #3F7269
Complementary color
Monochromatic Colors of #3F7269
Black with #3F7269
Text Example
Text Example
White with #3F7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7269; }
p { color: rgb(63,114,105); }
H1.HeaderClassName
{
color: #3F7269;
}
.AnyTagClassName
{
color: #3F7269;
}
</style>
background-color css
<style>
a { background-color: #3F7269; }
a { background-color: rgb(63,114,105); }
div.DivClassName
{
background-color: #3F7269;
}
.BgClassName
{
background-color: #3F7269;
}
</style>
border-color css
<style>
span { border-color: #3F7269; }
span { border-color: rgb(63,114,105); }
td.TdClassName
{
border-color: #3F7269;
}
.TagClassName
{
border-color: #3F7269;
}
</style>