#447F73

Color #447F73 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #447F73

Tints of Dark Green Copper #447F73

Color information

#447F73 (or 0x447F73) is unknown color: approx Dark Green Copper. HEX triplet: 44, 7F and 73. RGB value is (68,127,115). Sum of RGB (Red+Green+Blue) = 68+127+115=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #447F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F73 is #BB808C. Grayscale: #6B6B6B. Windows color (decimal): -12288141 or 7569220. OLE color: 7569220.

HSL color Cylindrical-coordinate representation of color #447F73: hue angle of 167.8º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F73 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB68127115-
CMYK0.4600.090.50
HSL167.8º30.26%38.24%-
HSV(B)167.8º46.46%49.8%-
XYZ13.0717.6518.94-
YUV107.99131.9599.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=21.94%
G=40.97%
B=37.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681271150.4600.090.50167.830.2638.24
Hex447F732E0932a81e26
Octal10417716356011622503646
Binary100010011111111110011101110010011100101010100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F73; }

 p { color: rgb(68,127,115); }

 H1.HeaderClassName
 {
   color: #447F73;
 }
 .AnyTagClassName
 {
   color: #447F73;
 }
</style>
background-color css

<style>
 a { background-color: #447F73; }

 a { background-color: rgb(68,127,115); }

 div.DivClassName
 {
   background-color: #447F73;
 }
 .BgClassName
 {
   background-color: #447F73;
 }
</style>
border-color css

<style>
 span { border-color: #447F73; }

 span { border-color: rgb(68,127,115); }

 td.TdClassName
 {
   border-color: #447F73;
 }
 .TagClassName
 {
   border-color: #447F73;
 }
</style>