#3D7675

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

Shades of Ming #3D7675

Tints of Ming #3D7675

Color information

#3D7675 (or 0x3D7675) is unknown color: approx Ming. HEX triplet: 3D, 76 and 75. RGB value is (61,118,117). Sum of RGB (Red+Green+Blue) = 61+118+117=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7675 is #C2898A. Grayscale: #646464. Windows color (decimal): -12749195 or 7697981. OLE color: 7697981.

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

Color convert

RGB61118117-
CMYK0.4800.010.54
HSL178.95º31.84%35.1%-
HSV(B)178.95º48.31%46.27%-
XYZ11.6115.2319.16-
YUV100.84137.1299.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=20.61%
G=39.86%
B=39.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611181170.4800.010.54178.9531.8435.1
Hex3D7675300136b32023
Octal751661656001662634043
Binary111101111011011101011100000111011010110011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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