Shades of Dark Green Copper #447265
Tints of Dark Green Copper #447265
RGB
CMYK
RGB Variations
Color information
#447265 (or 0x447265) is known color: Dark Green Copper. HEX triplet: 44, 72 and 65. RGB value is (68,114,101). Sum of RGB (Red+Green+Blue) = 68+114+101=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #447265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447265 is #BB8D9A. Grayscale: #626262. Windows color (decimal): -12291483 or 6648388. OLE color: 6648388.
HSL color Cylindrical-coordinate representation of color #447265: hue angle of 163.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447265 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 101 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.55 |
| HSL | 163.04º | 0.25% | 0.36% | - |
| HSV(B) | 163.04º | 0.4% | 0.45% | - |
| XYZ | 10.75 | 14.2 | 14.49 | - |
| YUV | 98.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 101 | 0.40 | 0 | 0.11 | 0.55 | 163.04 | 0.25 | 0.36 |
| Hex | 44 | 72 | 65 | 28 | 0 | B | 37 | A3 | 19 | 24 |
| Octal | 104 | 162 | 145 | 50 | 0 | 13 | 67 | 243 | 31 | 44 |
| Binary | 1000100 | 1110010 | 1100101 | 101000 | 0 | 1011 | 110111 | 10100011 | 11001 | 100100 |
Color Harmonies of #447265
Complementary color
Monochromatic Colors of #447265
Black with #447265
Text Example
Text Example
White with #447265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447265; }
p { color: rgb(68,114,101); }
H1.HeaderClassName
{
color: #447265;
}
.AnyTagClassName
{
color: #447265;
}
</style>
background-color css
<style>
a { background-color: #447265; }
a { background-color: rgb(68,114,101); }
div.DivClassName
{
background-color: #447265;
}
.BgClassName
{
background-color: #447265;
}
</style>
border-color css
<style>
span { border-color: #447265; }
span { border-color: rgb(68,114,101); }
td.TdClassName
{
border-color: #447265;
}
.TagClassName
{
border-color: #447265;
}
</style>