Html Css Color HEX #397C78 Ming

📋 copy color: '#397C78'

red 57 ◦ green 124 ◦ blue 120

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

Shades of Ming #397C78

Tints of Ming #397C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.2%

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

R = 18.94%
G = 41.2%
B = 39.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#397C78 (or 0x397C78) is known color: Ming. HEX triplet: 39, 7C and 78. RGB value is (57,124,120). Sum of RGB (Red+Green+Blue) = 57+124+120=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #397C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C78 is #C68387. Grayscale: #676767. Windows color (decimal): -13009800 or 7896121. OLE color: 7896121.

HSL color Cylindrical-coordinate representation of color #397C78: hue angle of 176.42º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C78 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 124 120 -
CMYK 0.54 0 0.03 0.51
HSL 176.42º 0.37% 0.35% -
HSV(B) 176.42º 0.54% 0.49% -
XYZ 12.29 16.64 20.33 -
YUV 103.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 57 124 120 0.54 0 0.03 0.51 176.42 0.37 0.35
Hex 39 7C 78 36 0 3 33 B0 25 23
Octal 71 174 170 66 0 3 63 260 45 43
Binary 111001 1111100 1111000 110110 0 11 110011 10110000 100101 100011

Color Harmonies of #397C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C78

Black with #397C78

Text Example


Text Example

White with #397C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397C78; }

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

 H1.HeaderClassName
 {
   color: #397C78;
 }
 .AnyTagClassName
 {
   color: #397C78;
 }
</style>

background-color css

<style>
 a { background-color: #397C78; }

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

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

border-color css

<style>
 span { border-color: #397C78; }

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

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