#3E7B75

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

Shades of Ming #3E7B75

Tints of Ming #3E7B75

Color information

#3E7B75 (or 0x3E7B75) is unknown color: approx Ming. HEX triplet: 3E, 7B and 75. RGB value is (62,123,117). Sum of RGB (Red+Green+Blue) = 62+123+117=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B75 is #C1848A. Grayscale: #686868. Windows color (decimal): -12682379 or 7699262. OLE color: 7699262.

HSL color Cylindrical-coordinate representation of color #3E7B75: hue angle of 174.1º 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 #3E7B75 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB62123117-
CMYK0.5000.050.52
HSL174.1º32.97%36.27%-
HSV(B)174.1º49.59%48.24%-
XYZ12.2816.4719.36-
YUV104.08135.2997.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.53%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=20.53%
G=40.73%
B=38.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621231170.5000.050.52174.132.9736.27
Hex3E7B75320534ae2124
Octal761731656205642564144
Binary11111011110111110101110010010111010010101110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,123,117); }

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

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

 a { background-color: rgb(62,123,117); }

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

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

 span { border-color: rgb(62,123,117); }

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