#44766F

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

Shades of Dark Green Copper #44766F

Tints of Dark Green Copper #44766F

Color information

#44766F (or 0x44766F) is unknown color: approx Dark Green Copper. HEX triplet: 44, 76 and 6F. RGB value is (68,118,111). Sum of RGB (Red+Green+Blue) = 68+118+111=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #44766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766F is #BB8990. Grayscale: #666666. Windows color (decimal): -12290449 or 7304772. OLE color: 7304772.

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

Color convert

RGB68118111-
CMYK0.4200.060.54
HSL171.6º26.88%36.47%-
HSV(B)171.6º42.37%46.27%-
XYZ11.7315.3317.38-
YUV102.25132.94103.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=22.90%
G=39.73%
B=37.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal681181110.4200.060.54171.626.8836.47
Hex44766F2A0636ac1b24
Octal1041661575206662543344
Binary10001001110110110111110101001101101101010110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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