#44766B

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

Shades of Dark Green Copper #44766B

Tints of Dark Green Copper #44766B

Color information

#44766B (or 0x44766B) is unknown color: approx Dark Green Copper. HEX triplet: 44, 76 and 6B. RGB value is (68,118,107). Sum of RGB (Red+Green+Blue) = 68+118+107=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #44766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766B is #BB8994. Grayscale: #656565. Windows color (decimal): -12290453 or 7042628. OLE color: 7042628.

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

Color convert

RGB68118107-
CMYK0.4200.090.54
HSL166.8º26.88%36.47%-
HSV(B)166.8º42.37%46.27%-
XYZ11.5215.2516.25-
YUV101.8130.94103.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=23.21%
G=40.27%
B=36.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681181070.4200.090.54166.826.8836.47
Hex44766B2A0936a71b24
Octal10416615352011662473344
Binary100010011101101101011101010010011101101010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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