Shades of Dark Green Copper #3D7268
Tints of Dark Green Copper #3D7268
RGB
CMYK
RGB Variations
Color information
#3D7268 (or 0x3D7268) is known color: Dark Green Copper. HEX triplet: 3D, 72 and 68. RGB value is (61,114,104). Sum of RGB (Red+Green+Blue) = 61+114+104=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7268 is #C28D97. Grayscale: #606060. Windows color (decimal): -12750232 or 6844989. OLE color: 6844989.
HSL color Cylindrical-coordinate representation of color #3D7268: hue angle of 168.68º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7268 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 104 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.55 |
| HSL | 168.68º | 0.3% | 0.34% | - |
| HSV(B) | 168.68º | 0.46% | 0.45% | - |
| XYZ | 10.44 | 14.03 | 15.25 | - |
| YUV | 97.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 104 | 0.46 | 0 | 0.09 | 0.55 | 168.68 | 0.3 | 0.34 |
| Hex | 3D | 72 | 68 | 2E | 0 | 9 | 37 | A9 | 1E | 22 |
| Octal | 75 | 162 | 150 | 56 | 0 | 11 | 67 | 251 | 36 | 42 |
| Binary | 111101 | 1110010 | 1101000 | 101110 | 0 | 1001 | 110111 | 10101001 | 11110 | 100010 |
Color Harmonies of #3D7268
Complementary color
Monochromatic Colors of #3D7268
Black with #3D7268
Text Example
Text Example
White with #3D7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7268; }
p { color: rgb(61,114,104); }
H1.HeaderClassName
{
color: #3D7268;
}
.AnyTagClassName
{
color: #3D7268;
}
</style>
background-color css
<style>
a { background-color: #3D7268; }
a { background-color: rgb(61,114,104); }
div.DivClassName
{
background-color: #3D7268;
}
.BgClassName
{
background-color: #3D7268;
}
</style>
border-color css
<style>
span { border-color: #3D7268; }
span { border-color: rgb(61,114,104); }
td.TdClassName
{
border-color: #3D7268;
}
.TagClassName
{
border-color: #3D7268;
}
</style>