#43756E

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

Shades of Dark Green Copper #43756E

Tints of Dark Green Copper #43756E

Color information

#43756E (or 0x43756E) is unknown color: approx Dark Green Copper. HEX triplet: 43, 75 and 6E. RGB value is (67,117,110). Sum of RGB (Red+Green+Blue) = 67+117+110=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #43756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43756E is #BC8A91. Grayscale: #656565. Windows color (decimal): -12356242 or 7238979. OLE color: 7238979.

HSL color Cylindrical-coordinate representation of color #43756E: hue angle of 171.6º degrees, saturation: 0.27, 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 #43756E is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB67117110-
CMYK0.4300.060.54
HSL171.6º27.17%36.08%-
HSV(B)171.6º42.74%45.88%-
XYZ11.4915.0417.05-
YUV101.25132.94103.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.79%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=22.79%
G=39.80%
B=37.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671171100.4300.060.54171.627.1736.08
Hex43756E2B0636ac1b24
Octal1031651565306662543344
Binary10000111110101110111010101101101101101010110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,117,110); }

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

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

 a { background-color: rgb(67,117,110); }

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

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

 span { border-color: rgb(67,117,110); }

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