Html Css Color HEX #40706F Ming

📋 copy color: '#40706F'

red 64 ◦ green 112 ◦ blue 111

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

Shades of Ming #40706F

Tints of Ming #40706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 22.3%
G = 39.02%
B = 38.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#40706F (or 0x40706F) is known color: Ming. HEX triplet: 40, 70 and 6F. RGB value is (64,112,111). Sum of RGB (Red+Green+Blue) = 64+112+111=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #40706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706F is #BF8F90. Grayscale: #616161. Windows color (decimal): -12554129 or 7303232. OLE color: 7303232.

HSL color Cylindrical-coordinate representation of color #40706F: hue angle of 178.75º 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 #40706F is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 111 -
CMYK 0.43 0 0.01 0.56
HSL 178.75º 0.27% 0.35% -
HSV(B) 178.75º 0.43% 0.44% -
XYZ 10.78 13.83 17.14 -
YUV 97.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 64 112 111 0.43 0 0.01 0.56 178.75 0.27 0.35
Hex 40 70 6F 2B 0 1 38 B3 1B 23
Octal 100 160 157 53 0 1 70 263 33 43
Binary 1000000 1110000 1101111 101011 0 1 111000 10110011 11011 100011

Color Harmonies of #40706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40706F

Black with #40706F

Text Example


Text Example

White with #40706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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