#44746C

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

Shades of Dark Green Copper #44746C

Tints of Dark Green Copper #44746C

Color information

#44746C (or 0x44746C) is unknown color: approx Dark Green Copper. HEX triplet: 44, 74 and 6C. RGB value is (68,116,108). Sum of RGB (Red+Green+Blue) = 68+116+108=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #44746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44746C is #BB8B93. Grayscale: #646464. Windows color (decimal): -12290964 or 7107652. OLE color: 7107652.

HSL color Cylindrical-coordinate representation of color #44746C: hue angle of 170º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44746C is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB68116108-
CMYK0.4100.070.55
HSL170º26.09%36.08%-
HSV(B)170º41.38%45.49%-
XYZ11.3414.816.45-
YUV100.74132.1104.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=23.29%
G=39.73%
B=36.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681161080.4100.070.5517026.0936.08
Hex44746C290737aa1a24
Octal1041641545107672523244
Binary10001001110100110110010100101111101111010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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