Html Css Color HEX #396B73 Ming

📋 copy color: '#396B73'

red 57 ◦ green 107 ◦ blue 115

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

Shades of Ming #396B73

Tints of Ming #396B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.35%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 20.43%
G = 38.35%
B = 41.22%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396B73 (or 0x396B73) is known color: Ming. HEX triplet: 39, 6B and 73. RGB value is (57,107,115). Sum of RGB (Red+Green+Blue) = 57+107+115=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #396B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B73 is #C6948C. Grayscale: #5C5C5C. Windows color (decimal): -13014157 or 7564089. OLE color: 7564089.

HSL color Cylindrical-coordinate representation of color #396B73: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396B73 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 107 115 -
CMYK 0.50 0.07 0 0.55
HSL 188.28º 0.34% 0.34% -
HSV(B) 188.28º 0.5% 0.45% -
XYZ 10.04 12.62 18.13 -
YUV 92.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 57 107 115 0.50 0.07 0 0.55 188.28 0.34 0.34
Hex 39 6B 73 32 7 0 37 BC 22 22
Octal 71 153 163 62 7 0 67 274 42 42
Binary 111001 1101011 1110011 110010 111 0 110111 10111100 100010 100010

Color Harmonies of #396B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B73

Black with #396B73

Text Example


Text Example

White with #396B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,115); }

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

background-color css

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

 a { background-color: rgb(57,107,115); }

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

border-color css

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

 span { border-color: rgb(57,107,115); }

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