Html Css Color HEX #396F70 Ming

📋 copy color: '#396F70'

red 57 ◦ green 111 ◦ blue 112

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

Shades of Ming #396F70

Tints of Ming #396F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 20.36%
G = 39.64%
B = 40%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#396F70 (or 0x396F70) is known color: Ming. HEX triplet: 39, 6F and 70. RGB value is (57,111,112). Sum of RGB (Red+Green+Blue) = 57+111+112=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #396F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F70 is #C6908F. Grayscale: #5E5E5E. Windows color (decimal): -13013136 or 7368505. OLE color: 7368505.

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

Color convert

RGB 57 111 112 -
CMYK 0.49 0.01 0 0.56
HSL 181.09º 0.33% 0.33% -
HSV(B) 181.09º 0.49% 0.44% -
XYZ 10.3 13.41 17.37 -
YUV 94.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 57 111 112 0.49 0.01 0 0.56 181.09 0.33 0.33
Hex 39 6F 70 31 1 0 38 B5 21 21
Octal 71 157 160 61 1 0 70 265 41 41
Binary 111001 1101111 1110000 110001 1 0 111000 10110101 100001 100001

Color Harmonies of #396F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F70

Black with #396F70

Text Example


Text Example

White with #396F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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