Html Css Color HEX #40706D Ming

📋 copy color: '#40706D'

red 64 ◦ green 112 ◦ blue 109

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

Shades of Ming #40706D

Tints of Ming #40706D

RGB

 RED value IS 64 (25.39% from 255) = 22.46%

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

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 22.46%
G = 39.3%
B = 38.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#40706D (or 0x40706D) is known color: Ming. HEX triplet: 40, 70 and 6D. RGB value is (64,112,109). Sum of RGB (Red+Green+Blue) = 64+112+109=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #40706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706D is #BF8F92. Grayscale: #616161. Windows color (decimal): -12554131 or 7172160. OLE color: 7172160.

HSL color Cylindrical-coordinate representation of color #40706D: hue angle of 176.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40706D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 109 -
CMYK 0.43 0 0.03 0.56
HSL 176.25º 0.27% 0.35% -
HSV(B) 176.25º 0.43% 0.44% -
XYZ 10.67 13.78 16.57 -
YUV 97.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 64 112 109 0.43 0 0.03 0.56 176.25 0.27 0.35
Hex 40 70 6D 2B 0 3 38 B0 1B 23
Octal 100 160 155 53 0 3 70 260 33 43
Binary 1000000 1110000 1101101 101011 0 11 111000 10110000 11011 100011

Color Harmonies of #40706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40706D

Black with #40706D

Text Example


Text Example

White with #40706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40706D; }

 p { color: rgb(64,112,109); }

 H1.HeaderClassName
 {
   color: #40706D;
 }
 .AnyTagClassName
 {
   color: #40706D;
 }
</style>

background-color css

<style>
 a { background-color: #40706D; }

 a { background-color: rgb(64,112,109); }

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

border-color css

<style>
 span { border-color: #40706D; }

 span { border-color: rgb(64,112,109); }

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