#3D6E6E

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

Shades of Ming #3D6E6E

Tints of Ming #3D6E6E

Color information

#3D6E6E (or 0x3D6E6E) is unknown color: approx Ming. HEX triplet: 3D, 6E and 6E. RGB value is (61,110,110). Sum of RGB (Red+Green+Blue) = 61+110+110=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #3D6E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6E6E is #C29191. Grayscale: #5F5F5F. Windows color (decimal): -12751250 or 7237181. OLE color: 7237181.

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

Color convert

RGB61110110-
CMYK0.45000.57
HSL180º28.65%33.53%-
HSV(B)180º44.55%43.14%-
XYZ10.3113.2716.77-
YUV95.35136.27103.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=21.71%
G=39.15%
B=39.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal611101100.45000.5718028.6533.53
Hex3D6E6E2D0039b41d22
Octal751561565500712643542
Binary11110111011101101110101101001110011011010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,110); }

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

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

 a { background-color: rgb(61,110,110); }

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

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

 span { border-color: rgb(61,110,110); }

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