#44726C

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

Shades of Dark Green Copper #44726C

Tints of Dark Green Copper #44726C

Color information

#44726C (or 0x44726C) is unknown color: approx Dark Green Copper. HEX triplet: 44, 72 and 6C. RGB value is (68,114,108). Sum of RGB (Red+Green+Blue) = 68+114+108=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #44726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44726C is #BB8D93. Grayscale: #636363. Windows color (decimal): -12291476 or 7107140. OLE color: 7107140.

HSL color Cylindrical-coordinate representation of color #44726C: hue angle of 172.17º 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 #44726C is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB68114108-
CMYK0.4000.050.55
HSL172.17º25.27%35.69%-
HSV(B)172.17º40.35%44.71%-
XYZ11.1114.3516.37-
YUV99.56132.76105.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=23.45%
G=39.31%
B=37.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141080.4000.050.55172.1725.2735.69
Hex44726C280537ac1924
Octal1041621545005672543144
Binary10001001110010110110010100001011101111010110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44726C; }

 p { color: rgb(68,114,108); }

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

<style>
 a { background-color: #44726C; }

 a { background-color: rgb(68,114,108); }

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

<style>
 span { border-color: #44726C; }

 span { border-color: rgb(68,114,108); }

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