Html Css Color HEX #3E6D72 Ming

📋 copy color: '#3E6D72'

red 62 ◦ green 109 ◦ blue 114

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

Shades of Ming #3E6D72

Tints of Ming #3E6D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 21.75%
G = 38.25%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E6D72 (or 0x3E6D72) is known color: Ming. HEX triplet: 3E, 6D and 72. RGB value is (62,109,114). Sum of RGB (Red+Green+Blue) = 62+109+114=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E6D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6D72 is #C1928D. Grayscale: #5F5F5F. Windows color (decimal): -12685966 or 7499070. OLE color: 7499070.

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

Color convert

RGB 62 109 114 -
CMYK 0.46 0.04 0 0.55
HSL 185.77º 0.3% 0.35% -
HSV(B) 185.77º 0.46% 0.45% -
XYZ 10.49 13.18 17.91 -
YUV 95.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 62 109 114 0.46 0.04 0 0.55 185.77 0.3 0.35
Hex 3E 6D 72 2E 4 0 37 BA 1E 23
Octal 76 155 162 56 4 0 67 272 36 43
Binary 111110 1101101 1110010 101110 100 0 110111 10111010 11110 100011

Color Harmonies of #3E6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6D72

Black with #3E6D72

Text Example


Text Example

White with #3E6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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