#44766C

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

Shades of Dark Green Copper #44766C

Tints of Dark Green Copper #44766C

Color information

#44766C (or 0x44766C) is unknown color: approx Dark Green Copper. HEX triplet: 44, 76 and 6C. RGB value is (68,118,108). Sum of RGB (Red+Green+Blue) = 68+118+108=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #44766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766C is #BB8993. Grayscale: #656565. Windows color (decimal): -12290452 or 7108164. OLE color: 7108164.

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

Color convert

RGB68118108-
CMYK0.4200.080.54
HSL168º26.88%36.47%-
HSV(B)168º42.37%46.27%-
XYZ11.5715.2716.52-
YUV101.91131.44103.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=23.13%
G=40.14%
B=36.73%

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
Decimal681181080.4200.080.5416826.8836.47
Hex44766C2A0836a81b24
Octal10416615452010662503344
Binary100010011101101101100101010010001101101010100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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