Html Css Color HEX #396A6F Ming

📋 copy color: '#396A6F'

red 57 ◦ green 106 ◦ blue 111

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

Shades of Ming #396A6F

Tints of Ming #396A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 20.8%
G = 38.69%
B = 40.51%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396A6F (or 0x396A6F) is known color: Ming. HEX triplet: 39, 6A and 6F. RGB value is (57,106,111). Sum of RGB (Red+Green+Blue) = 57+106+111=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #396A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A6F is #C69590. Grayscale: #5B5B5B. Windows color (decimal): -13014417 or 7301689. OLE color: 7301689.

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

Color convert

RGB 57 106 111 -
CMYK 0.49 0.05 0 0.56
HSL 185.56º 0.32% 0.33% -
HSV(B) 185.56º 0.49% 0.44% -
XYZ 9.71 12.33 16.91 -
YUV 91.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 57 106 111 0.49 0.05 0 0.56 185.56 0.32 0.33
Hex 39 6A 6F 31 5 0 38 BA 20 21
Octal 71 152 157 61 5 0 70 272 40 41
Binary 111001 1101010 1101111 110001 101 0 111000 10111010 100000 100001

Color Harmonies of #396A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A6F

Black with #396A6F

Text Example


Text Example

White with #396A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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