#3D7372

Color #3D7372 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3D7372

Tints of Ming #3D7372

Color information

#3D7372 (or 0x3D7372) is unknown color: approx Ming. HEX triplet: 3D, 73 and 72. RGB value is (61,115,114). Sum of RGB (Red+Green+Blue) = 61+115+114=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7372 is #C28C8D. Grayscale: #626262. Windows color (decimal): -12749966 or 7500605. OLE color: 7500605.

HSL color Cylindrical-coordinate representation of color #3D7372: hue angle of 178.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7372 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB61115114-
CMYK0.4700.010.55
HSL178.89º30.68%34.51%-
HSV(B)178.89º46.96%45.1%-
XYZ11.0914.4718.13-
YUV98.74136.61101.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=21.03%
G=39.66%
B=39.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611151140.4700.010.55178.8930.6834.51
Hex3D73722F0137b31f23
Octal751631625701672633743
Binary11110111100111110010101111011101111011001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D7372;
 }
 .AnyTagClassName
 {
   color: #3D7372;
 }
</style>
background-color css

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

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

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

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

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

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