#396F74

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

Shades of Ming #396F74

Tints of Ming #396F74

Color information

#396F74 (or 0x396F74) is unknown color: approx Ming. HEX triplet: 39, 6F and 74. RGB value is (57,111,116). Sum of RGB (Red+Green+Blue) = 57+111+116=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #396F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F74 is #C6908B. Grayscale: #5F5F5F. Windows color (decimal): -13013132 or 7630649. OLE color: 7630649.

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

Color convert

RGB57111116-
CMYK0.510.0400.55
HSL185.08º34.1%33.92%-
HSV(B)185.08º50.86%45.49%-
XYZ10.5213.518.57-
YUV95.42139.61100.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=20.07%
G=39.08%
B=40.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571111160.510.0400.55185.0834.133.92
Hex396F74334037b92222
Octal711571646340672714242
Binary11100111011111110100110011100011011110111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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