Html Css Color HEX #43706B Dark Green Copper

📋 copy color: '#43706B'

red 67 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #43706B

Tints of Dark Green Copper #43706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 23.43%
G = 39.16%
B = 37.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#43706B (or 0x43706B) is known color: Dark Green Copper. HEX triplet: 43, 70 and 6B. RGB value is (67,112,107). Sum of RGB (Red+Green+Blue) = 67+112+107=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #43706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706B is #BC8F94. Grayscale: #616161. Windows color (decimal): -12357525 or 7041091. OLE color: 7041091.

HSL color Cylindrical-coordinate representation of color #43706B: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43706B is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 112 107 -
CMYK 0.40 0 0.04 0.56
HSL 173.33º 0.25% 0.35% -
HSV(B) 173.33º 0.4% 0.44% -
XYZ 10.76 13.84 16.01 -
YUV 97.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 67 112 107 0.40 0 0.04 0.56 173.33 0.25 0.35
Hex 43 70 6B 28 0 4 38 AD 19 23
Octal 103 160 153 50 0 4 70 255 31 43
Binary 1000011 1110000 1101011 101000 0 100 111000 10101101 11001 100011

Color Harmonies of #43706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43706B

Black with #43706B

Text Example


Text Example

White with #43706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #43706B;
 }
 .AnyTagClassName
 {
   color: #43706B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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