#336D71

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

Shades of Ming #336D71

Tints of Ming #336D71

Color information

#336D71 (or 0x336D71) is unknown color: approx Ming. HEX triplet: 33, 6D and 71. RGB value is (51,109,113). Sum of RGB (Red+Green+Blue) = 51+109+113=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #336D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336D71 is #CC928E. Grayscale: #5C5C5C. Windows color (decimal): -13406863 or 7433523. OLE color: 7433523.

HSL color Cylindrical-coordinate representation of color #336D71: hue angle of 183.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336D71 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51109113-
CMYK0.550.0400.56
HSL183.87º37.8%32.16%-
HSV(B)183.87º54.87%44.31%-
XYZ9.8112.8317.58-
YUV92.11139.7898.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=18.68%
G=39.93%
B=41.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511091130.550.0400.56183.8737.832.16
Hex336D71374038b82620
Octal631551616740702704640
Binary11001111011011110001110111100011100010111000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,113); }

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

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

 a { background-color: rgb(51,109,113); }

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

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

 span { border-color: rgb(51,109,113); }

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