#44766E

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

Shades of Dark Green Copper #44766E

Tints of Dark Green Copper #44766E

Color information

#44766E (or 0x44766E) is unknown color: approx Dark Green Copper. HEX triplet: 44, 76 and 6E. RGB value is (68,118,110). Sum of RGB (Red+Green+Blue) = 68+118+110=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #44766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766E is #BB8991. Grayscale: #666666. Windows color (decimal): -12290450 or 7239236. OLE color: 7239236.

HSL color Cylindrical-coordinate representation of color #44766E: hue angle of 170.4º degrees, saturation: 0.27, 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 #44766E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB68118110-
CMYK0.4200.070.54
HSL170.4º26.88%36.47%-
HSV(B)170.4º42.37%46.27%-
XYZ11.6815.3117.09-
YUV102.14132.44103.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=22.97%
G=39.86%
B=37.16%

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
Decimal681181100.4200.070.54170.426.8836.47
Hex44766E2A0736aa1b24
Octal1041661565207662523344
Binary10001001110110110111010101001111101101010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44766E; }

 p { color: rgb(68,118,110); }

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

<style>
 a { background-color: #44766E; }

 a { background-color: rgb(68,118,110); }

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

<style>
 span { border-color: #44766E; }

 span { border-color: rgb(68,118,110); }

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