#44726A

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

Shades of Dark Green Copper #44726A

Tints of Dark Green Copper #44726A

Color information

#44726A (or 0x44726A) is unknown color: approx Dark Green Copper. HEX triplet: 44, 72 and 6A. RGB value is (68,114,106). Sum of RGB (Red+Green+Blue) = 68+114+106=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #44726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44726A is #BB8D95. Grayscale: #636363. Windows color (decimal): -12291478 or 6976068. OLE color: 6976068.

HSL color Cylindrical-coordinate representation of color #44726A: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44726A is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB68114106-
CMYK0.4000.070.55
HSL169.57º25.27%35.69%-
HSV(B)169.57º40.35%44.71%-
XYZ1114.315.82-
YUV99.33131.76105.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=23.61%
G=39.58%
B=36.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal681141060.4000.070.55169.5725.2735.69
Hex44726A280737aa1924
Octal1041621525007672523144
Binary10001001110010110101010100001111101111010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44726A; }

 p { color: rgb(68,114,106); }

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

<style>
 a { background-color: #44726A; }

 a { background-color: rgb(68,114,106); }

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

<style>
 span { border-color: #44726A; }

 span { border-color: rgb(68,114,106); }

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