#366D6D

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

Shades of Ming #366D6D

Tints of Ming #366D6D

Color information

#366D6D (or 0x366D6D) is unknown color: approx Ming. HEX triplet: 36, 6D and 6D. RGB value is (54,109,109). Sum of RGB (Red+Green+Blue) = 54+109+109=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #366D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D6D is #C99292. Grayscale: #5C5C5C. Windows color (decimal): -13210259 or 7171382. OLE color: 7171382.

HSL color Cylindrical-coordinate representation of color #366D6D: hue angle of 180º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D6D is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB54109109-
CMYK0.50000.57
HSL180º33.74%31.96%-
HSV(B)180º50.46%42.75%-
XYZ9.7512.8316.43-
YUV92.56137.28100.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=19.85%
G=40.07%
B=40.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal541091090.50000.5718033.7431.96
Hex366D6D320039b42220
Octal661551556200712644240
Binary110110110110111011011100100011100110110100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366D6D; }

 p { color: rgb(54,109,109); }

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

<style>
 a { background-color: #366D6D; }

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

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

<style>
 span { border-color: #366D6D; }

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

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