Shades of Dark Green Copper #447B74
Tints of Dark Green Copper #447B74
RGB
CMYK
RGB Variations
Color information
#447B74 (or 0x447B74) is known color: Dark Green Copper. HEX triplet: 44, 7B and 74. RGB value is (68,123,116). Sum of RGB (Red+Green+Blue) = 68+123+116=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #447B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B74 is #BB848B. Grayscale: #696969. Windows color (decimal): -12289164 or 7633732. OLE color: 7633732.
HSL color Cylindrical-coordinate representation of color #447B74: hue angle of 172.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B74 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 116 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.52 |
| HSL | 172.36º | 0.29% | 0.37% | - |
| HSV(B) | 172.36º | 0.45% | 0.48% | - |
| XYZ | 12.62 | 16.66 | 19.07 | - |
| YUV | 105.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 116 | 0.45 | 0 | 0.06 | 0.52 | 172.36 | 0.29 | 0.37 |
| Hex | 44 | 7B | 74 | 2D | 0 | 6 | 34 | AC | 1D | 25 |
| Octal | 104 | 173 | 164 | 55 | 0 | 6 | 64 | 254 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1110100 | 101101 | 0 | 110 | 110100 | 10101100 | 11101 | 100101 |
Color Harmonies of #447B74
Complementary color
Monochromatic Colors of #447B74
Black with #447B74
Text Example
Text Example
White with #447B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B74; }
p { color: rgb(68,123,116); }
H1.HeaderClassName
{
color: #447B74;
}
.AnyTagClassName
{
color: #447B74;
}
</style>
background-color css
<style>
a { background-color: #447B74; }
a { background-color: rgb(68,123,116); }
div.DivClassName
{
background-color: #447B74;
}
.BgClassName
{
background-color: #447B74;
}
</style>
border-color css
<style>
span { border-color: #447B74; }
span { border-color: rgb(68,123,116); }
td.TdClassName
{
border-color: #447B74;
}
.TagClassName
{
border-color: #447B74;
}
</style>