#43776D

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

Shades of Dark Green Copper #43776D

Tints of Dark Green Copper #43776D

Color information

#43776D (or 0x43776D) is unknown color: approx Dark Green Copper. HEX triplet: 43, 77 and 6D. RGB value is (67,119,109). Sum of RGB (Red+Green+Blue) = 67+119+109=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #43776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43776D is #BC8892. Grayscale: #666666. Windows color (decimal): -12355731 or 7173955. OLE color: 7173955.

HSL color Cylindrical-coordinate representation of color #43776D: hue angle of 168.46º 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 #43776D is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB67119109-
CMYK0.4400.080.53
HSL168.46º27.96%36.47%-
HSV(B)168.46º43.7%46.67%-
XYZ11.6715.4916.84-
YUV102.31131.77102.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=22.71%
G=40.34%
B=36.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal671191090.4400.080.53168.4627.9636.47
Hex43776D2C0835a81c24
Octal10316715554010652503444
Binary100001111101111101101101100010001101011010100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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