#43776A

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

Shades of Dark Green Copper #43776A

Tints of Dark Green Copper #43776A

Color information

#43776A (or 0x43776A) is unknown color: approx Dark Green Copper. HEX triplet: 43, 77 and 6A. RGB value is (67,119,106). Sum of RGB (Red+Green+Blue) = 67+119+106=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #43776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43776A is #BC8895. Grayscale: #656565. Windows color (decimal): -12355734 or 6977347. OLE color: 6977347.

HSL color Cylindrical-coordinate representation of color #43776A: hue angle of 165º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #43776A is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB67119106-
CMYK0.4400.110.53
HSL165º27.96%36.47%-
HSV(B)165º43.7%46.67%-
XYZ11.5115.4316.01-
YUV101.97130.27103.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.95%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=22.95%
G=40.75%
B=36.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal671191060.4400.110.5316527.9636.47
Hex43776A2C0B35a51c24
Octal10316715254013652453444
Binary100001111101111101010101100010111101011010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,119,106); }

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

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

 a { background-color: rgb(67,119,106); }

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

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

 span { border-color: rgb(67,119,106); }

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