Html Css Color HEX #396C6F Ming

📋 copy color: '#396C6F'

red 57 ◦ green 108 ◦ blue 111

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

Shades of Ming #396C6F

Tints of Ming #396C6F

RGB

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

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

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

R = 20.65%
G = 39.13%
B = 40.22%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396C6F (or 0x396C6F) is known color: Ming. HEX triplet: 39, 6C and 6F. RGB value is (57,108,111). Sum of RGB (Red+Green+Blue) = 57+108+111=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #396C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C6F is #C69390. Grayscale: #5D5D5D. Windows color (decimal): -13013905 or 7302201. OLE color: 7302201.

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

Color convert

RGB 57 108 111 -
CMYK 0.49 0.03 0 0.56
HSL 183.33º 0.32% 0.33% -
HSV(B) 183.33º 0.49% 0.44% -
XYZ 9.92 12.74 16.98 -
YUV 93.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 57 108 111 0.49 0.03 0 0.56 183.33 0.32 0.33
Hex 39 6C 6F 31 3 0 38 B7 20 21
Octal 71 154 157 61 3 0 70 267 40 41
Binary 111001 1101100 1101111 110001 11 0 111000 10110111 100000 100001

Color Harmonies of #396C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C6F

Black with #396C6F

Text Example


Text Example

White with #396C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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