Html Css Color HEX #396E71 Ming

📋 copy color: '#396E71'

red 57 ◦ green 110 ◦ blue 113

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

Shades of Ming #396E71

Tints of Ming #396E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 20.36%
G = 39.29%
B = 40.36%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396E71 (or 0x396E71) is known color: Ming. HEX triplet: 39, 6E and 71. RGB value is (57,110,113). Sum of RGB (Red+Green+Blue) = 57+110+113=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #396E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E71 is #C6918E. Grayscale: #5E5E5E. Windows color (decimal): -13013391 or 7433785. OLE color: 7433785.

HSL color Cylindrical-coordinate representation of color #396E71: hue angle of 183.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396E71 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 110 113 -
CMYK 0.50 0.03 0 0.56
HSL 183.21º 0.33% 0.33% -
HSV(B) 183.21º 0.5% 0.44% -
XYZ 10.24 13.21 17.63 -
YUV 94.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 57 110 113 0.50 0.03 0 0.56 183.21 0.33 0.33
Hex 39 6E 71 32 3 0 38 B7 21 21
Octal 71 156 161 62 3 0 70 267 41 41
Binary 111001 1101110 1110001 110010 11 0 111000 10110111 100001 100001

Color Harmonies of #396E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E71

Black with #396E71

Text Example


Text Example

White with #396E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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