#336C73

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

Shades of Ming #336C73

Tints of Ming #336C73

Color information

#336C73 (or 0x336C73) is unknown color: approx Ming. HEX triplet: 33, 6C and 73. RGB value is (51,108,115). Sum of RGB (Red+Green+Blue) = 51+108+115=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #336C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C73 is #CC938C. Grayscale: #5B5B5B. Windows color (decimal): -13407117 or 7564339. OLE color: 7564339.

HSL color Cylindrical-coordinate representation of color #336C73: hue angle of 186.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336C73 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB51108115-
CMYK0.560.0600.55
HSL186.56º38.55%32.55%-
HSV(B)186.56º55.65%45.1%-
XYZ9.8212.6718.15-
YUV91.76141.1298.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=18.61%
G=39.42%
B=41.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511081150.560.0600.55186.5638.5532.55
Hex336C73386037bb2721
Octal631541637060672734741
Binary11001111011001110011111000110011011110111011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336C73; }

 p { color: rgb(51,108,115); }

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

<style>
 a { background-color: #336C73; }

 a { background-color: rgb(51,108,115); }

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

<style>
 span { border-color: #336C73; }

 span { border-color: rgb(51,108,115); }

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