#44716C

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

Shades of Dark Green Copper #44716C

Tints of Dark Green Copper #44716C

Color information

#44716C (or 0x44716C) is unknown color: approx Dark Green Copper. HEX triplet: 44, 71 and 6C. RGB value is (68,113,108). Sum of RGB (Red+Green+Blue) = 68+113+108=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #44716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44716C is #BB8E93. Grayscale: #626262. Windows color (decimal): -12291732 or 7106884. OLE color: 7106884.

HSL color Cylindrical-coordinate representation of color #44716C: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44716C is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB68113108-
CMYK0.4000.040.56
HSL173.33º24.86%35.49%-
HSV(B)173.33º39.82%44.31%-
XYZ1114.1216.33-
YUV98.98133.09105.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=23.53%
G=39.10%
B=37.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681131080.4000.040.56173.3324.8635.49
Hex44716C280438ad1923
Octal1041611545004702553143
Binary10001001110001110110010100001001110001010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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