Html Css Color HEX #396F6D Ming

📋 copy color: '#396F6D'

red 57 ◦ green 111 ◦ blue 109

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

Shades of Ming #396F6D

Tints of Ming #396F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 20.58%
G = 40.07%
B = 39.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#396F6D (or 0x396F6D) is known color: Ming. HEX triplet: 39, 6F and 6D. RGB value is (57,111,109). Sum of RGB (Red+Green+Blue) = 57+111+109=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #396F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F6D is #C69092. Grayscale: #5E5E5E. Windows color (decimal): -13013139 or 7171897. OLE color: 7171897.

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

Color convert

RGB 57 111 109 -
CMYK 0.49 0 0.02 0.56
HSL 177.78º 0.32% 0.33% -
HSV(B) 177.78º 0.49% 0.44% -
XYZ 10.13 13.34 16.51 -
YUV 94.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 57 111 109 0.49 0 0.02 0.56 177.78 0.32 0.33
Hex 39 6F 6D 31 0 2 38 B2 20 21
Octal 71 157 155 61 0 2 70 262 40 41
Binary 111001 1101111 1101101 110001 0 10 111000 10110010 100000 100001

Color Harmonies of #396F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F6D

Black with #396F6D

Text Example


Text Example

White with #396F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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