Html Css Color HEX #43706E Ming

📋 copy color: '#43706E'

red 67 ◦ green 112 ◦ blue 110

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

Shades of Ming #43706E

Tints of Ming #43706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 23.18%
G = 38.75%
B = 38.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#43706E (or 0x43706E) is known color: Ming. HEX triplet: 43, 70 and 6E. RGB value is (67,112,110). Sum of RGB (Red+Green+Blue) = 67+112+110=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #43706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706E is #BC8F91. Grayscale: #626262. Windows color (decimal): -12357522 or 7237699. OLE color: 7237699.

HSL color Cylindrical-coordinate representation of color #43706E: hue angle of 177.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 #43706E is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 112 110 -
CMYK 0.40 0 0.02 0.56
HSL 177.33º 0.25% 0.35% -
HSV(B) 177.33º 0.4% 0.44% -
XYZ 10.92 13.91 16.86 -
YUV 98.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 67 112 110 0.40 0 0.02 0.56 177.33 0.25 0.35
Hex 43 70 6E 28 0 2 38 B1 19 23
Octal 103 160 156 50 0 2 70 261 31 43
Binary 1000011 1110000 1101110 101000 0 10 111000 10110001 11001 100011

Color Harmonies of #43706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43706E

Black with #43706E

Text Example


Text Example

White with #43706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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