#396F6D

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

Shades of Ming #396F6D

Tints of Ming #396F6D

Color information

#396F6D (or 0x396F6D) is unknown color: approx Ming. HEX triplet: 39, 6F and 6D. RGB value is (57,111,109). Sum of RGB (Red+Green+Blue) = 57+111+109=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #396F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F6D is #C69092. Grayscale: #5E5E5E. Windows color (decimal): -13013139 or 7171897. OLE color: 7171897.

HSL color Cylindrical-coordinate representation of color #396F6D: hue angle of 177.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F6D is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB57111109-
CMYK0.4900.020.56
HSL177.78º32.14%32.94%-
HSV(B)177.78º48.65%43.53%-
XYZ10.1313.3416.51-
YUV94.63136.11101.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=20.58%
G=40.07%
B=39.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571111090.4900.020.56177.7832.1432.94
Hex396F6D310238b22021
Octal711571556102702624041
Binary1110011101111110110111000101011100010110010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,109); }

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

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

 a { background-color: rgb(57,111,109); }

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

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

 span { border-color: rgb(57,111,109); }

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