#3D7577

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

Shades of Ming #3D7577

Tints of Ming #3D7577

Color information

#3D7577 (or 0x3D7577) is unknown color: approx Ming. HEX triplet: 3D, 75 and 77. RGB value is (61,117,119). Sum of RGB (Red+Green+Blue) = 61+117+119=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D7577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7577 is #C28A88. Grayscale: #646464. Windows color (decimal): -12749449 or 7828797. OLE color: 7828797.

HSL color Cylindrical-coordinate representation of color #3D7577: hue angle of 182.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7577 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61117119-
CMYK0.490.0200.53
HSL182.07º32.22%35.29%-
HSV(B)182.07º48.74%46.67%-
XYZ11.6215.0519.74-
YUV100.48138.4599.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=20.54%
G=39.39%
B=40.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611171190.490.0200.53182.0732.2235.29
Hex3D7577312035b62023
Octal751651676120652664043
Binary1111011110101111011111000110011010110110110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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