Shades of Dark Green Copper #447A74
Tints of Dark Green Copper #447A74
RGB
CMYK
RGB Variations
Color information
#447A74 (or 0x447A74) is known color: Dark Green Copper. HEX triplet: 44, 7A and 74. RGB value is (68,122,116). Sum of RGB (Red+Green+Blue) = 68+122+116=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #447A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A74 is #BB858B. Grayscale: #696969. Windows color (decimal): -12289420 or 7633476. OLE color: 7633476.
HSL color Cylindrical-coordinate representation of color #447A74: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A74 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 116 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.52 |
| HSL | 173.33º | 0.28% | 0.37% | - |
| HSV(B) | 173.33º | 0.44% | 0.48% | - |
| XYZ | 12.5 | 16.41 | 19.03 | - |
| YUV | 105.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 116 | 0.44 | 0 | 0.05 | 0.52 | 173.33 | 0.28 | 0.37 |
| Hex | 44 | 7A | 74 | 2C | 0 | 5 | 34 | AD | 1C | 25 |
| Octal | 104 | 172 | 164 | 54 | 0 | 5 | 64 | 255 | 34 | 45 |
| Binary | 1000100 | 1111010 | 1110100 | 101100 | 0 | 101 | 110100 | 10101101 | 11100 | 100101 |
Color Harmonies of #447A74
Complementary color
Monochromatic Colors of #447A74
Black with #447A74
Text Example
Text Example
White with #447A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A74; }
p { color: rgb(68,122,116); }
H1.HeaderClassName
{
color: #447A74;
}
.AnyTagClassName
{
color: #447A74;
}
</style>
background-color css
<style>
a { background-color: #447A74; }
a { background-color: rgb(68,122,116); }
div.DivClassName
{
background-color: #447A74;
}
.BgClassName
{
background-color: #447A74;
}
</style>
border-color css
<style>
span { border-color: #447A74; }
span { border-color: rgb(68,122,116); }
td.TdClassName
{
border-color: #447A74;
}
.TagClassName
{
border-color: #447A74;
}
</style>