Html Css Color HEX #3D706D Ming

📋 copy color: '#3D706D'

red 61 ◦ green 112 ◦ blue 109

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

Shades of Ming #3D706D

Tints of Ming #3D706D

RGB

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

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

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

R = 21.63%
G = 39.72%
B = 38.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#3D706D (or 0x3D706D) is known color: Ming. HEX triplet: 3D, 70 and 6D. RGB value is (61,112,109). Sum of RGB (Red+Green+Blue) = 61+112+109=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #3D706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D706D is #C28F92. Grayscale: #606060. Windows color (decimal): -12750739 or 7172157. OLE color: 7172157.

HSL color Cylindrical-coordinate representation of color #3D706D: hue angle of 176.47º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D706D is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 112 109 -
CMYK 0.46 0 0.03 0.56
HSL 176.47º 0.29% 0.34% -
HSV(B) 176.47º 0.46% 0.44% -
XYZ 10.48 13.68 16.56 -
YUV 96.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 61 112 109 0.46 0 0.03 0.56 176.47 0.29 0.34
Hex 3D 70 6D 2E 0 3 38 B0 1D 22
Octal 75 160 155 56 0 3 70 260 35 42
Binary 111101 1110000 1101101 101110 0 11 111000 10110000 11101 100010

Color Harmonies of #3D706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D706D

Black with #3D706D

Text Example


Text Example

White with #3D706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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