#44766D

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

Shades of Dark Green Copper #44766D

Tints of Dark Green Copper #44766D

Color information

#44766D (or 0x44766D) is unknown color: approx Dark Green Copper. HEX triplet: 44, 76 and 6D. RGB value is (68,118,109). Sum of RGB (Red+Green+Blue) = 68+118+109=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #44766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766D is #BB8992. Grayscale: #666666. Windows color (decimal): -12290451 or 7173700. OLE color: 7173700.

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

Color convert

RGB68118109-
CMYK0.4200.080.54
HSL169.2º26.88%36.47%-
HSV(B)169.2º42.37%46.27%-
XYZ11.6215.2916.81-
YUV102.02131.94103.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=23.05%
G=40%
B=36.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681181090.4200.080.54169.226.8836.47
Hex44766D2A0836a91b24
Octal10416615552010662513344
Binary100010011101101101101101010010001101101010100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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