Html Css Color HEX #397D78 Ming

📋 copy color: '#397D78'

red 57 ◦ green 125 ◦ blue 120

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

Shades of Ming #397D78

Tints of Ming #397D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

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

R = 18.87%
G = 41.39%
B = 39.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#397D78 (or 0x397D78) is known color: Ming. HEX triplet: 39, 7D and 78. RGB value is (57,125,120). Sum of RGB (Red+Green+Blue) = 57+125+120=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #397D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D78 is #C68287. Grayscale: #686868. Windows color (decimal): -13009544 or 7896377. OLE color: 7896377.

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

Color convert

RGB 57 125 120 -
CMYK 0.54 0 0.04 0.51
HSL 175.59º 0.37% 0.36% -
HSV(B) 175.59º 0.54% 0.49% -
XYZ 12.41 16.89 20.38 -
YUV 104.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 57 125 120 0.54 0 0.04 0.51 175.59 0.37 0.36
Hex 39 7D 78 36 0 4 33 B0 25 24
Octal 71 175 170 66 0 4 63 260 45 44
Binary 111001 1111101 1111000 110110 0 100 110011 10110000 100101 100100

Color Harmonies of #397D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D78

Black with #397D78

Text Example


Text Example

White with #397D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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