#44756E

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

Shades of Dark Green Copper #44756E

Tints of Dark Green Copper #44756E

Color information

#44756E (or 0x44756E) is unknown color: approx Dark Green Copper. HEX triplet: 44, 75 and 6E. RGB value is (68,117,110). Sum of RGB (Red+Green+Blue) = 68+117+110=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #44756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756E is #BB8A91. Grayscale: #656565. Windows color (decimal): -12290706 or 7238980. OLE color: 7238980.

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

Color convert

RGB68117110-
CMYK0.4200.060.54
HSL171.43º26.49%36.27%-
HSV(B)171.43º41.88%45.88%-
XYZ11.5615.0817.05-
YUV101.55132.77104.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=23.05%
G=39.66%
B=37.29%

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
Decimal681171100.4200.060.54171.4326.4936.27
Hex44756E2A0636ab1a24
Octal1041651565206662533244
Binary10001001110101110111010101001101101101010101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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