#396C6A

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

Shades of Ming #396C6A

Tints of Ming #396C6A

Color information

#396C6A (or 0x396C6A) is unknown color: approx Ming. HEX triplet: 39, 6C and 6A. RGB value is (57,108,106). Sum of RGB (Red+Green+Blue) = 57+108+106=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #396C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C6A is #C69395. Grayscale: #5C5C5C. Windows color (decimal): -13013910 or 6974521. OLE color: 6974521.

HSL color Cylindrical-coordinate representation of color #396C6A: hue angle of 177.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396C6A is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB57108106-
CMYK0.4700.020.58
HSL177.65º30.91%32.35%-
HSV(B)177.65º47.22%42.35%-
XYZ9.6512.6415.57-
YUV92.52135.6102.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=21.03%
G=39.85%
B=39.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal571081060.4700.020.58177.6530.9132.35
Hex396C6A2F023Ab21f20
Octal711541525702722623740
Binary111001110110011010101011110101110101011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396C6A; }

 p { color: rgb(57,108,106); }

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

<style>
 a { background-color: #396C6A; }

 a { background-color: rgb(57,108,106); }

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

<style>
 span { border-color: #396C6A; }

 span { border-color: rgb(57,108,106); }

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