Html Css Color HEX #396F74 Ming

📋 copy color: '#396F74'

red 57 ◦ green 111 ◦ blue 116

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

Shades of Ming #396F74

Tints of Ming #396F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 20.07%
G = 39.08%
B = 40.85%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396F74 (or 0x396F74) is known color: Ming. HEX triplet: 39, 6F and 74. RGB value is (57,111,116). Sum of RGB (Red+Green+Blue) = 57+111+116=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #396F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F74 is #C6908B. Grayscale: #5F5F5F. Windows color (decimal): -13013132 or 7630649. OLE color: 7630649.

HSL color Cylindrical-coordinate representation of color #396F74: hue angle of 185.08º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396F74 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 111 116 -
CMYK 0.51 0.04 0 0.55
HSL 185.08º 0.34% 0.34% -
HSV(B) 185.08º 0.51% 0.45% -
XYZ 10.52 13.5 18.57 -
YUV 95.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 57 111 116 0.51 0.04 0 0.55 185.08 0.34 0.34
Hex 39 6F 74 33 4 0 37 B9 22 22
Octal 71 157 164 63 4 0 67 271 42 42
Binary 111001 1101111 1110100 110011 100 0 110111 10111001 100010 100010

Color Harmonies of #396F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F74

Black with #396F74

Text Example


Text Example

White with #396F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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