#396B73

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

Shades of Ming #396B73

Tints of Ming #396B73

Color information

#396B73 (or 0x396B73) is unknown color: approx Ming. HEX triplet: 39, 6B and 73. RGB value is (57,107,115). Sum of RGB (Red+Green+Blue) = 57+107+115=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #396B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B73 is #C6948C. Grayscale: #5C5C5C. Windows color (decimal): -13014157 or 7564089. OLE color: 7564089.

HSL color Cylindrical-coordinate representation of color #396B73: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396B73 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB57107115-
CMYK0.500.0700.55
HSL188.28º33.72%33.73%-
HSV(B)188.28º50.43%45.1%-
XYZ10.0412.6218.13-
YUV92.96140.44102.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=20.43%
G=38.35%
B=41.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571071150.500.0700.55188.2833.7233.73
Hex396B73327037bc2222
Octal711531636270672744242
Binary11100111010111110011110010111011011110111100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,115); }

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

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

 a { background-color: rgb(57,107,115); }

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

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

 span { border-color: rgb(57,107,115); }

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