#43776B

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

Shades of Dark Green Copper #43776B

Tints of Dark Green Copper #43776B

Color information

#43776B (or 0x43776B) is unknown color: approx Dark Green Copper. HEX triplet: 43, 77 and 6B. RGB value is (67,119,107). Sum of RGB (Red+Green+Blue) = 67+119+107=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #43776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43776B is #BC8894. Grayscale: #666666. Windows color (decimal): -12355733 or 7042883. OLE color: 7042883.

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

Color convert

RGB67119107-
CMYK0.4400.100.53
HSL166.15º27.96%36.47%-
HSV(B)166.15º43.7%46.67%-
XYZ11.5715.4516.28-
YUV102.08130.77102.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=22.87%
G=40.61%
B=36.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal671191070.4400.100.53166.1527.9636.47
Hex43776B2C0A35a61c24
Octal10316715354012652463444
Binary100001111101111101011101100010101101011010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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