#396e70

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

Shades of Ming #396E70

Tints of Ming #396E70

Color information

#396E70 (or 0x396E70) is unknown color: approx Ming. HEX triplet: 39, 6E and 70. RGB value is (57,110,112). Sum of RGB (Red+Green+Blue) = 57+110+112=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #396E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E70 is #C6918F. Grayscale: #5E5E5E. Windows color (decimal): -13013392 or 7368249. OLE color: 7368249.

HSL color Cylindrical-coordinate representation of color #396E70: hue angle of 182.18º degrees, saturation: 0.33, 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 #396E70 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57110112-
CMYK0.490.0200.56
HSL182.18º32.54%33.14%-
HSV(B)182.18º49.11%43.92%-
XYZ10.1913.1917.34-
YUV94.38137.94101.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=20.43%
G=39.43%
B=40.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571101120.490.0200.56182.1832.5433.14
Hex396E70312038b62121
Octal711561606120702664141
Binary1110011101110111000011000110011100010110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,112); }

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

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

 a { background-color: rgb(57,110,112); }

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

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

 span { border-color: rgb(57,110,112); }

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