Html Css Color HEX #396D6D Ming

📋 copy color: '#396D6D'

red 57 ◦ green 109 ◦ blue 109

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

Shades of Ming #396D6D

Tints of Ming #396D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 20.73%
G = 39.64%
B = 39.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#396D6D (or 0x396D6D) is known color: Ming. HEX triplet: 39, 6D and 6D. RGB value is (57,109,109). Sum of RGB (Red+Green+Blue) = 57+109+109=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #396D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6D is #C69292. Grayscale: #5D5D5D. Windows color (decimal): -13013651 or 7171385. OLE color: 7171385.

HSL color Cylindrical-coordinate representation of color #396D6D: hue angle of 180º degrees, saturation: 0.31, 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 #396D6D is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 109 -
CMYK 0.48 0 0 0.57
HSL 180º 0.31% 0.33% -
HSV(B) 180º 0.48% 0.43% -
XYZ 9.92 12.91 16.44 -
YUV 93.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 57 109 109 0.48 0 0 0.57 180 0.31 0.33
Hex 39 6D 6D 30 0 0 39 B4 1F 21
Octal 71 155 155 60 0 0 71 264 37 41
Binary 111001 1101101 1101101 110000 0 0 111001 10110100 11111 100001

Color Harmonies of #396D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D6D

Black with #396D6D

Text Example


Text Example

White with #396D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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