#43766A

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

Shades of Dark Green Copper #43766A

Tints of Dark Green Copper #43766A

Color information

#43766A (or 0x43766A) is unknown color: approx Dark Green Copper. HEX triplet: 43, 76 and 6A. RGB value is (67,118,106). Sum of RGB (Red+Green+Blue) = 67+118+106=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #43766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43766A is #BC8995. Grayscale: #656565. Windows color (decimal): -12355990 or 6977091. OLE color: 6977091.

HSL color Cylindrical-coordinate representation of color #43766A: hue angle of 165.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #43766A is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB67118106-
CMYK0.4300.100.54
HSL165.88º27.57%36.27%-
HSV(B)165.88º43.22%46.27%-
XYZ11.3915.1915.97-
YUV101.38130.6103.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=23.02%
G=40.55%
B=36.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671181060.4300.100.54165.8827.5736.27
Hex43766A2B0A36a61c24
Octal10316615253012662463444
Binary100001111101101101010101011010101101101010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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