#3F6D6A

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

Shades of Ming #3F6D6A

Tints of Ming #3F6D6A

Color information

#3F6D6A (or 0x3F6D6A) is unknown color: approx Ming. HEX triplet: 3F, 6D and 6A. RGB value is (63,109,106). Sum of RGB (Red+Green+Blue) = 63+109+106=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D6A is #C09295. Grayscale: #5E5E5E. Windows color (decimal): -12620438 or 6974783. OLE color: 6974783.

HSL color Cylindrical-coordinate representation of color #3F6D6A: hue angle of 176.09º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6D6A is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB63109106-
CMYK0.4200.030.57
HSL176.09º26.74%33.73%-
HSV(B)176.09º42.2%42.75%-
XYZ10.1213.0315.62-
YUV94.9134.26105.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=22.66%
G=39.21%
B=38.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal631091060.4200.030.57176.0926.7433.73
Hex3F6D6A2A0339b01b22
Octal771551525203712603342
Binary111111110110111010101010100111110011011000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,106); }

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

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

 a { background-color: rgb(63,109,106); }

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

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

 span { border-color: rgb(63,109,106); }

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