Html Css Color HEX #396F73 Ming

📋 copy color: '#396F73'

red 57 ◦ green 111 ◦ blue 115

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

Shades of Ming #396F73

Tints of Ming #396F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.22%

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

R = 20.14%
G = 39.22%
B = 40.64%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396F73 (or 0x396F73) is known color: Ming. HEX triplet: 39, 6F and 73. RGB value is (57,111,115). Sum of RGB (Red+Green+Blue) = 57+111+115=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #396F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F73 is #C6908C. Grayscale: #5F5F5F. Windows color (decimal): -13013133 or 7565113. OLE color: 7565113.

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

Color convert

RGB 57 111 115 -
CMYK 0.50 0.03 0 0.55
HSL 184.14º 0.34% 0.34% -
HSV(B) 184.14º 0.5% 0.45% -
XYZ 10.47 13.48 18.27 -
YUV 95.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 57 111 115 0.50 0.03 0 0.55 184.14 0.34 0.34
Hex 39 6F 73 32 3 0 37 B8 22 22
Octal 71 157 163 62 3 0 67 270 42 42
Binary 111001 1101111 1110011 110010 11 0 110111 10111000 100010 100010

Color Harmonies of #396F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F73

Black with #396F73

Text Example


Text Example

White with #396F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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