#3D7571

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

Shades of Ming #3D7571

Tints of Ming #3D7571

Color information

#3D7571 (or 0x3D7571) is unknown color: approx Ming. HEX triplet: 3D, 75 and 71. RGB value is (61,117,113). Sum of RGB (Red+Green+Blue) = 61+117+113=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7571 is #C28A8E. Grayscale: #636363. Windows color (decimal): -12749455 or 7435581. OLE color: 7435581.

HSL color Cylindrical-coordinate representation of color #3D7571: hue angle of 175.71º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7571 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB61117113-
CMYK0.4800.030.54
HSL175.71º31.46%34.9%-
HSV(B)175.71º47.86%45.88%-
XYZ11.2714.9117.91-
YUV99.8135.45100.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=20.96%
G=40.21%
B=38.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611171130.4800.030.54175.7131.4634.9
Hex3D7571300336b01f23
Octal751651616003662603743
Binary111101111010111100011100000111101101011000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,113); }

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

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

 a { background-color: rgb(61,117,113); }

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

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

 span { border-color: rgb(61,117,113); }

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