#3F7C7A

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

Shades of Ming #3F7C7A

Tints of Ming #3F7C7A

Color information

#3F7C7A (or 0x3F7C7A) is unknown color: approx Ming. HEX triplet: 3F, 7C and 7A. RGB value is (63,124,122). Sum of RGB (Red+Green+Blue) = 63+124+122=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C7A is #C08385. Grayscale: #696969. Windows color (decimal): -12616582 or 8027199. OLE color: 8027199.

HSL color Cylindrical-coordinate representation of color #3F7C7A: hue angle of 178.03º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C7A is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB63124122-
CMYK0.4900.020.51
HSL178.03º32.62%36.67%-
HSV(B)178.03º49.19%48.63%-
XYZ12.7716.8821-
YUV105.53137.2997.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=20.39%
G=40.13%
B=39.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631241220.4900.020.51178.0332.6236.67
Hex3F7C7A310233b22125
Octal771741726102632624145
Binary1111111111100111101011000101011001110110010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,124,122); }

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

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

 a { background-color: rgb(63,124,122); }

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

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

 span { border-color: rgb(63,124,122); }

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