#3F7570

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

Shades of Ming #3F7570

Tints of Ming #3F7570

Color information

#3F7570 (or 0x3F7570) is unknown color: approx Ming. HEX triplet: 3F, 75 and 70. RGB value is (63,117,112). Sum of RGB (Red+Green+Blue) = 63+117+112=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7570 is #C08A8F. Grayscale: #646464. Windows color (decimal): -12618384 or 7370047. OLE color: 7370047.

HSL color Cylindrical-coordinate representation of color #3F7570: hue angle of 174.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7570 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB63117112-
CMYK0.4600.040.54
HSL174.44º30%35.29%-
HSV(B)174.44º46.15%45.88%-
XYZ11.3414.9517.62-
YUV100.28134.61101.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=21.58%
G=40.07%
B=38.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631171120.4600.040.54174.443035.29
Hex3F75702E0436ae1e23
Octal771651605604662563643
Binary1111111110101111000010111001001101101010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,112); }

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

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

 a { background-color: rgb(63,117,112); }

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

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

 span { border-color: rgb(63,117,112); }

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