#44716D

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

Shades of Dark Green Copper #44716D

Tints of Dark Green Copper #44716D

Color information

#44716D (or 0x44716D) is unknown color: approx Dark Green Copper. HEX triplet: 44, 71 and 6D. RGB value is (68,113,109). Sum of RGB (Red+Green+Blue) = 68+113+109=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #44716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44716D is #BB8E92. Grayscale: #636363. Windows color (decimal): -12291731 or 7172420. OLE color: 7172420.

HSL color Cylindrical-coordinate representation of color #44716D: hue angle of 174.67º 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 #44716D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB68113109-
CMYK0.4000.040.56
HSL174.67º24.86%35.49%-
HSV(B)174.67º39.82%44.31%-
XYZ11.0514.1416.62-
YUV99.09133.59105.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=23.45%
G=38.97%
B=37.59%

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
Decimal681131090.4000.040.56174.6724.8635.49
Hex44716D280438af1923
Octal1041611555004702573143
Binary10001001110001110110110100001001110001010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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