Html Css Color HEX #396D6E Ming

📋 copy color: '#396D6E'

red 57 ◦ green 109 ◦ blue 110

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

Shades of Ming #396D6E

Tints of Ming #396D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 20.65%
G = 39.49%
B = 39.86%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#396D6E (or 0x396D6E) is known color: Ming. HEX triplet: 39, 6D and 6E. RGB value is (57,109,110). Sum of RGB (Red+Green+Blue) = 57+109+110=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #396D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6E is #C69291. Grayscale: #5D5D5D. Windows color (decimal): -13013650 or 7236921. OLE color: 7236921.

HSL color Cylindrical-coordinate representation of color #396D6E: hue angle of 181.13º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D6E is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 110 -
CMYK 0.48 0.01 0 0.57
HSL 181.13º 0.32% 0.33% -
HSV(B) 181.13º 0.48% 0.43% -
XYZ 9.97 12.93 16.72 -
YUV 93.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 57 109 110 0.48 0.01 0 0.57 181.13 0.32 0.33
Hex 39 6D 6E 30 1 0 39 B5 20 21
Octal 71 155 156 60 1 0 71 265 40 41
Binary 111001 1101101 1101110 110000 1 0 111001 10110101 100000 100001

Color Harmonies of #396D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D6E

Black with #396D6E

Text Example


Text Example

White with #396D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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