#3D7572

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

Shades of Ming #3D7572

Tints of Ming #3D7572

Color information

#3D7572 (or 0x3D7572) is unknown color: approx Ming. HEX triplet: 3D, 75 and 72. RGB value is (61,117,114). Sum of RGB (Red+Green+Blue) = 61+117+114=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7572 is #C28A8D. Grayscale: #636363. Windows color (decimal): -12749454 or 7501117. OLE color: 7501117.

HSL color Cylindrical-coordinate representation of color #3D7572: hue angle of 176.79º 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 #3D7572 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB61117114-
CMYK0.4800.030.54
HSL176.79º31.46%34.9%-
HSV(B)176.79º47.86%45.88%-
XYZ11.3214.9318.2-
YUV99.91135.95100.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.89%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=20.89%
G=40.07%
B=39.04%

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
Decimal611171140.4800.030.54176.7931.4634.9
Hex3D7572300336b11f23
Octal751651626003662613743
Binary111101111010111100101100000111101101011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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