#44736B

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

Shades of Dark Green Copper #44736B

Tints of Dark Green Copper #44736B

Color information

#44736B (or 0x44736B) is unknown color: approx Dark Green Copper. HEX triplet: 44, 73 and 6B. RGB value is (68,115,107). Sum of RGB (Red+Green+Blue) = 68+115+107=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #44736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44736B is #BB8C94. Grayscale: #646464. Windows color (decimal): -12291221 or 7041860. OLE color: 7041860.

HSL color Cylindrical-coordinate representation of color #44736B: hue angle of 169.79º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44736B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB68115107-
CMYK0.4100.070.55
HSL169.79º25.68%35.88%-
HSV(B)169.79º40.87%45.1%-
XYZ11.1714.5516.13-
YUV100.04131.93105.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=23.45%
G=39.66%
B=36.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151070.4100.070.55169.7925.6835.88
Hex44736B290737aa1a24
Octal1041631535107672523244
Binary10001001110011110101110100101111101111010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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