Html Css Color HEX #396C76 Ming

📋 copy color: '#396C76'

red 57 ◦ green 108 ◦ blue 118

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

Shades of Ming #396C76

Tints of Ming #396C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

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

R = 20.14%
G = 38.16%
B = 41.7%

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

#396C76 (or 0x396C76) is known color: Ming. HEX triplet: 39, 6C and 76. RGB value is (57,108,118). Sum of RGB (Red+Green+Blue) = 57+108+118=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #396C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C76 is #C69389. Grayscale: #5D5D5D. Windows color (decimal): -13013898 or 7760953. OLE color: 7760953.

HSL color Cylindrical-coordinate representation of color #396C76: hue angle of 189.84º 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 #396C76 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 108 118 -
CMYK 0.52 0.08 0 0.54
HSL 189.84º 0.35% 0.34% -
HSV(B) 189.84º 0.52% 0.46% -
XYZ 10.32 12.9 19.09 -
YUV 93.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 57 108 118 0.52 0.08 0 0.54 189.84 0.35 0.34
Hex 39 6C 76 34 8 0 36 BE 23 22
Octal 71 154 166 64 10 0 66 276 43 42
Binary 111001 1101100 1110110 110100 1000 0 110110 10111110 100011 100010

Color Harmonies of #396C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C76

Black with #396C76

Text Example


Text Example

White with #396C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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