#44706A

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

Shades of Dark Green Copper #44706A

Tints of Dark Green Copper #44706A

Color information

#44706A (or 0x44706A) is unknown color: approx Dark Green Copper. HEX triplet: 44, 70 and 6A. RGB value is (68,112,106). Sum of RGB (Red+Green+Blue) = 68+112+106=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #44706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44706A is #BB8F95. Grayscale: #626262. Windows color (decimal): -12291990 or 6975556. OLE color: 6975556.

HSL color Cylindrical-coordinate representation of color #44706A: hue angle of 171.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44706A is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB68112106-
CMYK0.3900.050.56
HSL171.82º24.44%35.29%-
HSV(B)171.82º39.29%43.92%-
XYZ10.7813.8615.74-
YUV98.16132.42106.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=23.78%
G=39.16%
B=37.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681121060.3900.050.56171.8224.4435.29
Hex44706A270538ac1823
Octal1041601524705702543043
Binary10001001110000110101010011101011110001010110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44706A; }

 p { color: rgb(68,112,106); }

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

<style>
 a { background-color: #44706A; }

 a { background-color: rgb(68,112,106); }

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

<style>
 span { border-color: #44706A; }

 span { border-color: rgb(68,112,106); }

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