#44756D

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

Shades of Dark Green Copper #44756D

Tints of Dark Green Copper #44756D

Color information

#44756D (or 0x44756D) is unknown color: approx Dark Green Copper. HEX triplet: 44, 75 and 6D. RGB value is (68,117,109). Sum of RGB (Red+Green+Blue) = 68+117+109=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #44756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756D is #BB8A92. Grayscale: #656565. Windows color (decimal): -12290707 or 7173444. OLE color: 7173444.

HSL color Cylindrical-coordinate representation of color #44756D: hue angle of 170.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44756D is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB68117109-
CMYK0.4200.070.54
HSL170.2º26.49%36.27%-
HSV(B)170.2º41.88%45.88%-
XYZ11.5115.0616.77-
YUV101.44132.27104.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=23.13%
G=39.80%
B=37.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681171090.4200.070.54170.226.4936.27
Hex44756D2A0736aa1a24
Octal1041651555207662523244
Binary10001001110101110110110101001111101101010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44756D; }

 p { color: rgb(68,117,109); }

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

<style>
 a { background-color: #44756D; }

 a { background-color: rgb(68,117,109); }

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

<style>
 span { border-color: #44756D; }

 span { border-color: rgb(68,117,109); }

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