Html Css Color HEX #43756A Dark Green Copper

📋 copy color: '#43756A'

red 67 ◦ green 117 ◦ blue 106

#43756A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #43756A

Tints of Dark Green Copper #43756A

RGB

 RED value IS 67 (26.56% from 255) = 23.1%

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 23.1%
G = 40.34%
B = 36.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#43756A (or 0x43756A) is known color: Dark Green Copper. HEX triplet: 43, 75 and 6A. RGB value is (67,117,106). Sum of RGB (Red+Green+Blue) = 67+117+106=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #43756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43756A is #BC8A95. Grayscale: #646464. Windows color (decimal): -12356246 or 6976835. OLE color: 6976835.

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

Color convert

RGB 67 117 106 -
CMYK 0.43 0 0.09 0.54
HSL 166.8º 0.27% 0.36% -
HSV(B) 166.8º 0.43% 0.46% -
XYZ 11.28 14.96 15.93 -
YUV 100.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 67 117 106 0.43 0 0.09 0.54 166.8 0.27 0.36
Hex 43 75 6A 2B 0 9 36 A7 1B 24
Octal 103 165 152 53 0 11 66 247 33 44
Binary 1000011 1110101 1101010 101011 0 1001 110110 10100111 11011 100100

Color Harmonies of #43756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43756A

Black with #43756A

Text Example


Text Example

White with #43756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43756A;
 }
 .AnyTagClassName
 {
   color: #43756A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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