Html Css Color HEX #3E716E Ming

📋 copy color: '#3E716E'

red 62 ◦ green 113 ◦ blue 110

#3E716E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #3E716E

Tints of Ming #3E716E

RGB

 RED value IS 62 (24.61% from 255) = 21.75%

 GREEN value IS 113 (44.53% from 255) = 39.65%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 21.75%
G = 39.65%
B = 38.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#3E716E (or 0x3E716E) is known color: Ming. HEX triplet: 3E, 71 and 6E. RGB value is (62,113,110). Sum of RGB (Red+Green+Blue) = 62+113+110=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #3E716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E716E is #C18E91. Grayscale: #616161. Windows color (decimal): -12684946 or 7237950. OLE color: 7237950.

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

Color convert

RGB 62 113 110 -
CMYK 0.45 0 0.03 0.56
HSL 176.47º 0.29% 0.34% -
HSV(B) 176.47º 0.45% 0.44% -
XYZ 10.71 13.96 16.88 -
YUV 97.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 62 113 110 0.45 0 0.03 0.56 176.47 0.29 0.34
Hex 3E 71 6E 2D 0 3 38 B0 1D 22
Octal 76 161 156 55 0 3 70 260 35 42
Binary 111110 1110001 1101110 101101 0 11 111000 10110000 11101 100010

Color Harmonies of #3E716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E716E

Black with #3E716E

Text Example


Text Example

White with #3E716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,110); }

 H1.HeaderClassName
 {
   color: #3E716E;
 }
 .AnyTagClassName
 {
   color: #3E716E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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