Html Css Color HEX #396E73 Ming

📋 copy color: '#396E73'

red 57 ◦ green 110 ◦ blue 115

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

Shades of Ming #396E73

Tints of Ming #396E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.01%

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

R = 20.21%
G = 39.01%
B = 40.78%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396E73 (or 0x396E73) is known color: Ming. HEX triplet: 39, 6E and 73. RGB value is (57,110,115). Sum of RGB (Red+Green+Blue) = 57+110+115=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #396E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E73 is #C6918C. Grayscale: #5E5E5E. Windows color (decimal): -13013389 or 7564857. OLE color: 7564857.

HSL color Cylindrical-coordinate representation of color #396E73: hue angle of 185.17º 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 #396E73 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 110 115 -
CMYK 0.50 0.04 0 0.55
HSL 185.17º 0.34% 0.34% -
HSV(B) 185.17º 0.5% 0.45% -
XYZ 10.36 13.26 18.23 -
YUV 94.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 57 110 115 0.50 0.04 0 0.55 185.17 0.34 0.34
Hex 39 6E 73 32 4 0 37 B9 22 22
Octal 71 156 163 62 4 0 67 271 42 42
Binary 111001 1101110 1110011 110010 100 0 110111 10111001 100010 100010

Color Harmonies of #396E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E73

Black with #396E73

Text Example


Text Example

White with #396E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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