Html Css Color HEX #397574 Ming

📋 copy color: '#397574'

red 57 ◦ green 117 ◦ blue 116

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

Shades of Ming #397574

Tints of Ming #397574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 116 (45.7% from 255) = 40%

R = 19.66%
G = 40.34%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#397574 (or 0x397574) is known color: Ming. HEX triplet: 39, 75 and 74. RGB value is (57,117,116). Sum of RGB (Red+Green+Blue) = 57+117+116=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #397574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397574 is #C68A8B. Grayscale: #626262. Windows color (decimal): -13011596 or 7632185. OLE color: 7632185.

HSL color Cylindrical-coordinate representation of color #397574: hue angle of 179º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397574 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 116 -
CMYK 0.51 0 0.01 0.54
HSL 179º 0.34% 0.34% -
HSV(B) 179º 0.51% 0.46% -
XYZ 11.2 14.85 18.8 -
YUV 98.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 57 117 116 0.51 0 0.01 0.54 179 0.34 0.34
Hex 39 75 74 33 0 1 36 B3 22 22
Octal 71 165 164 63 0 1 66 263 42 42
Binary 111001 1110101 1110100 110011 0 1 110110 10110011 100010 100010

Color Harmonies of #397574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397574

Black with #397574

Text Example


Text Example

White with #397574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397574; }

 p { color: rgb(57,117,116); }

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

background-color css

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

 a { background-color: rgb(57,117,116); }

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

border-color css

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

 span { border-color: rgb(57,117,116); }

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