#43756B

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

Shades of Dark Green Copper #43756B

Tints of Dark Green Copper #43756B

Color information

#43756B (or 0x43756B) is unknown color: approx Dark Green Copper. HEX triplet: 43, 75 and 6B. RGB value is (67,117,107). Sum of RGB (Red+Green+Blue) = 67+117+107=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #43756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43756B is #BC8A94. Grayscale: #646464. Windows color (decimal): -12356245 or 7042371. OLE color: 7042371.

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

Color convert

RGB67117107-
CMYK0.4300.090.54
HSL168º27.17%36.08%-
HSV(B)168º42.74%45.88%-
XYZ11.3314.9816.2-
YUV100.91131.44103.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=23.02%
G=40.21%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal671171070.4300.090.5416827.1736.08
Hex43756B2B0936a81b24
Octal10316515353011662503344
Binary100001111101011101011101011010011101101010100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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