Html Css Color HEX #396D78 Ming

📋 copy color: '#396D78'

red 57 ◦ green 109 ◦ blue 120

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

Shades of Ming #396D78

Tints of Ming #396D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 19.93%
G = 38.11%
B = 41.96%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#396D78 (or 0x396D78) is known color: Ming. HEX triplet: 39, 6D and 78. RGB value is (57,109,120). Sum of RGB (Red+Green+Blue) = 57+109+120=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #396D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D78 is #C69287. Grayscale: #5E5E5E. Windows color (decimal): -13013640 or 7892281. OLE color: 7892281.

HSL color Cylindrical-coordinate representation of color #396D78: hue angle of 190.48º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396D78 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 109 120 -
CMYK 0.52 0.09 0 0.53
HSL 190.48º 0.36% 0.35% -
HSV(B) 190.48º 0.53% 0.47% -
XYZ 10.55 13.16 19.75 -
YUV 94.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 57 109 120 0.52 0.09 0 0.53 190.48 0.36 0.35
Hex 39 6D 78 34 9 0 35 BE 24 23
Octal 71 155 170 64 11 0 65 276 44 43
Binary 111001 1101101 1111000 110100 1001 0 110101 10111110 100100 100011

Color Harmonies of #396D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D78

Black with #396D78

Text Example


Text Example

White with #396D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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