Html Css Color HEX #396F76 Ming

📋 copy color: '#396F76'

red 57 ◦ green 111 ◦ blue 118

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

Shades of Ming #396F76

Tints of Ming #396F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.81%

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

R = 19.93%
G = 38.81%
B = 41.26%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396F76 (or 0x396F76) is known color: Ming. HEX triplet: 39, 6F and 76. RGB value is (57,111,118). Sum of RGB (Red+Green+Blue) = 57+111+118=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #396F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F76 is #C69089. Grayscale: #5F5F5F. Windows color (decimal): -13013130 or 7761721. OLE color: 7761721.

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

Color convert

RGB 57 111 118 -
CMYK 0.52 0.06 0 0.54
HSL 186.89º 0.35% 0.34% -
HSV(B) 186.89º 0.52% 0.46% -
XYZ 10.64 13.55 19.19 -
YUV 95.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 57 111 118 0.52 0.06 0 0.54 186.89 0.35 0.34
Hex 39 6F 76 34 6 0 36 BB 23 22
Octal 71 157 166 64 6 0 66 273 43 42
Binary 111001 1101111 1110110 110100 110 0 110110 10111011 100011 100010

Color Harmonies of #396F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F76

Black with #396F76

Text Example


Text Example

White with #396F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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