Html Css Color HEX #396D76 Ming

📋 copy color: '#396D76'

red 57 ◦ green 109 ◦ blue 118

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

Shades of Ming #396D76

Tints of Ming #396D76

RGB

 RED value IS 57 (22.66% from 255) = 20.07%

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

 BLUE value IS 118 (46.48% from 255) = 41.55%

R = 20.07%
G = 38.38%
B = 41.55%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396D76 (or 0x396D76) is known color: Ming. HEX triplet: 39, 6D and 76. RGB value is (57,109,118). Sum of RGB (Red+Green+Blue) = 57+109+118=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #396D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D76 is #C69289. Grayscale: #5E5E5E. Windows color (decimal): -13013642 or 7761209. OLE color: 7761209.

HSL color Cylindrical-coordinate representation of color #396D76: hue angle of 188.85º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396D76 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 109 118 -
CMYK 0.52 0.08 0 0.54
HSL 188.85º 0.35% 0.34% -
HSV(B) 188.85º 0.52% 0.46% -
XYZ 10.43 13.12 19.12 -
YUV 94.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 57 109 118 0.52 0.08 0 0.54 188.85 0.35 0.34
Hex 39 6D 76 34 8 0 36 BD 23 22
Octal 71 155 166 64 10 0 66 275 43 42
Binary 111001 1101101 1110110 110100 1000 0 110110 10111101 100011 100010

Color Harmonies of #396D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D76

Black with #396D76

Text Example


Text Example

White with #396D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D76; }

 p { color: rgb(57,109,118); }

 H1.HeaderClassName
 {
   color: #396D76;
 }
 .AnyTagClassName
 {
   color: #396D76;
 }
</style>

background-color css

<style>
 a { background-color: #396D76; }

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

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

border-color css

<style>
 span { border-color: #396D76; }

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

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