#3D7A75

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

Shades of Ming #3D7A75

Tints of Ming #3D7A75

Color information

#3D7A75 (or 0x3D7A75) is unknown color: approx Ming. HEX triplet: 3D, 7A and 75. RGB value is (61,122,117). Sum of RGB (Red+Green+Blue) = 61+122+117=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A75 is #C2858A. Grayscale: #676767. Windows color (decimal): -12748171 or 7699005. OLE color: 7699005.

HSL color Cylindrical-coordinate representation of color #3D7A75: hue angle of 175.08º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A75 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB61122117-
CMYK0.5000.040.52
HSL175.08º33.33%35.88%-
HSV(B)175.08º50%47.84%-
XYZ12.0916.219.32-
YUV103.19135.7997.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=20.33%
G=40.67%
B=39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611221170.5000.040.52175.0833.3335.88
Hex3D7A75320434af2124
Octal751721656204642574144
Binary11110111110101110101110010010011010010101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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