Html Css Color HEX #397675 Ming

📋 copy color: '#397675'

red 57 ◦ green 118 ◦ blue 117

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

Shades of Ming #397675

Tints of Ming #397675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 19.52%
G = 40.41%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#397675 (or 0x397675) is known color: Ming. HEX triplet: 39, 76 and 75. RGB value is (57,118,117). Sum of RGB (Red+Green+Blue) = 57+118+117=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #397675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397675 is #C6898A. Grayscale: #636363. Windows color (decimal): -13011339 or 7697977. OLE color: 7697977.

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

Color convert

RGB 57 118 117 -
CMYK 0.52 0 0.01 0.54
HSL 179.02º 0.35% 0.34% -
HSV(B) 179.02º 0.52% 0.46% -
XYZ 11.38 15.11 19.15 -
YUV 99.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 57 118 117 0.52 0 0.01 0.54 179.02 0.35 0.34
Hex 39 76 75 34 0 1 36 B3 23 22
Octal 71 166 165 64 0 1 66 263 43 42
Binary 111001 1110110 1110101 110100 0 1 110110 10110011 100011 100010

Color Harmonies of #397675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397675

Black with #397675

Text Example


Text Example

White with #397675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397675; }

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

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

background-color css

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

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

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

border-color css

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

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

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