#44776E

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

Shades of Dark Green Copper #44776E

Tints of Dark Green Copper #44776E

Color information

#44776E (or 0x44776E) is unknown color: approx Dark Green Copper. HEX triplet: 44, 77 and 6E. RGB value is (68,119,110). Sum of RGB (Red+Green+Blue) = 68+119+110=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #44776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44776E is #BB8891. Grayscale: #666666. Windows color (decimal): -12290194 or 7239492. OLE color: 7239492.

HSL color Cylindrical-coordinate representation of color #44776E: hue angle of 169.41º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #44776E is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB68119110-
CMYK0.4300.080.53
HSL169.41º27.27%36.67%-
HSV(B)169.41º42.86%46.67%-
XYZ11.815.5517.13-
YUV102.72132.1103.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=22.90%
G=40.07%
B=37.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681191100.4300.080.53169.4127.2736.67
Hex44776E2B0835a91b25
Octal10416715653010652513345
Binary100010011101111101110101011010001101011010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44776E; }

 p { color: rgb(68,119,110); }

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

<style>
 a { background-color: #44776E; }

 a { background-color: rgb(68,119,110); }

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

<style>
 span { border-color: #44776E; }

 span { border-color: rgb(68,119,110); }

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