#3A6D72

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

Shades of Ming #3A6D72

Tints of Ming #3A6D72

Color information

#3A6D72 (or 0x3A6D72) is unknown color: approx Ming. HEX triplet: 3A, 6D and 72. RGB value is (58,109,114). Sum of RGB (Red+Green+Blue) = 58+109+114=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D72 is #C5928D. Grayscale: #5E5E5E. Windows color (decimal): -12948110 or 7499066. OLE color: 7499066.

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

Color convert

RGB58109114-
CMYK0.490.0400.55
HSL185.36º32.56%33.73%-
HSV(B)185.36º49.12%44.71%-
XYZ10.2513.0517.9-
YUV94.32139.1102.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=20.64%
G=38.79%
B=40.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581091140.490.0400.55185.3632.5633.73
Hex3A6D72314037b92122
Octal721551626140672714142
Binary11101011011011110010110001100011011110111001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6D72; }

 p { color: rgb(58,109,114); }

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

<style>
 a { background-color: #3A6D72; }

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

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

<style>
 span { border-color: #3A6D72; }

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

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