#44736F

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

Shades of Dark Green Copper #44736F

Tints of Dark Green Copper #44736F

Color information

#44736F (or 0x44736F) is unknown color: approx Dark Green Copper. HEX triplet: 44, 73 and 6F. RGB value is (68,115,111). Sum of RGB (Red+Green+Blue) = 68+115+111=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #44736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44736F is #BB8C90. Grayscale: #646464. Windows color (decimal): -12291217 or 7304004. OLE color: 7304004.

HSL color Cylindrical-coordinate representation of color #44736F: hue angle of 174.89º 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 #44736F is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB68115111-
CMYK0.4100.030.55
HSL174.89º25.68%35.88%-
HSV(B)174.89º40.87%45.1%-
XYZ11.3814.6417.26-
YUV100.49133.93104.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=23.13%
G=39.12%
B=37.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681151110.4100.030.55174.8925.6835.88
Hex44736F290337af1a24
Octal1041631575103672573244
Binary1000100111001111011111010010111101111010111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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