Html Css Color HEX #3D726E Ming

📋 copy color: '#3D726E'

red 61 ◦ green 114 ◦ blue 110

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

Shades of Ming #3D726E

Tints of Ming #3D726E

RGB

 RED value IS 61 (24.22% from 255) = 21.4%

 GREEN value IS 114 (44.92% from 255) = 40%

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

R = 21.4%
G = 40%
B = 38.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#3D726E (or 0x3D726E) is known color: Ming. HEX triplet: 3D, 72 and 6E. RGB value is (61,114,110). Sum of RGB (Red+Green+Blue) = 61+114+110=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #3D726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D726E is #C28D91. Grayscale: #616161. Windows color (decimal): -12750226 or 7238205. OLE color: 7238205.

HSL color Cylindrical-coordinate representation of color #3D726E: hue angle of 175.47º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D726E is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 114 110 -
CMYK 0.46 0 0.04 0.55
HSL 175.47º 0.3% 0.34% -
HSV(B) 175.47º 0.46% 0.45% -
XYZ 10.76 14.15 16.92 -
YUV 97.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 61 114 110 0.46 0 0.04 0.55 175.47 0.3 0.34
Hex 3D 72 6E 2E 0 4 37 AF 1E 22
Octal 75 162 156 56 0 4 67 257 36 42
Binary 111101 1110010 1101110 101110 0 100 110111 10101111 11110 100010

Color Harmonies of #3D726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D726E

Black with #3D726E

Text Example


Text Example

White with #3D726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D726E; }

 p { color: rgb(61,114,110); }

 H1.HeaderClassName
 {
   color: #3D726E;
 }
 .AnyTagClassName
 {
   color: #3D726E;
 }
</style>

background-color css

<style>
 a { background-color: #3D726E; }

 a { background-color: rgb(61,114,110); }

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

border-color css

<style>
 span { border-color: #3D726E; }

 span { border-color: rgb(61,114,110); }

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