Html Css Color HEX #396C72 Ming

📋 copy color: '#396C72'

red 57 ◦ green 108 ◦ blue 114

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

Shades of Ming #396C72

Tints of Ming #396C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 20.43%
G = 38.71%
B = 40.86%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396C72 (or 0x396C72) is known color: Ming. HEX triplet: 39, 6C and 72. RGB value is (57,108,114). Sum of RGB (Red+Green+Blue) = 57+108+114=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #396C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C72 is #C6938D. Grayscale: #5D5D5D. Windows color (decimal): -13013902 or 7498809. OLE color: 7498809.

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

Color convert

RGB 57 108 114 -
CMYK 0.50 0.05 0 0.55
HSL 186.32º 0.33% 0.34% -
HSV(B) 186.32º 0.5% 0.45% -
XYZ 10.09 12.81 17.86 -
YUV 93.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 57 108 114 0.50 0.05 0 0.55 186.32 0.33 0.34
Hex 39 6C 72 32 5 0 37 BA 21 22
Octal 71 154 162 62 5 0 67 272 41 42
Binary 111001 1101100 1110010 110010 101 0 110111 10111010 100001 100010

Color Harmonies of #396C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C72

Black with #396C72

Text Example


Text Example

White with #396C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,108,114); }

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

background-color css

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

 a { background-color: rgb(57,108,114); }

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

border-color css

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

 span { border-color: rgb(57,108,114); }

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