Html Css Color HEX #39706D Ming

📋 copy color: '#39706D'

red 57 ◦ green 112 ◦ blue 109

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

Shades of Ming #39706D

Tints of Ming #39706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 20.5%
G = 40.29%
B = 39.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#39706D (or 0x39706D) is known color: Ming. HEX triplet: 39, 70 and 6D. RGB value is (57,112,109). Sum of RGB (Red+Green+Blue) = 57+112+109=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #39706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39706D is #C68F92. Grayscale: #5F5F5F. Windows color (decimal): -13012883 or 7172153. OLE color: 7172153.

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

Color convert

RGB 57 112 109 -
CMYK 0.49 0 0.03 0.56
HSL 176.73º 0.33% 0.33% -
HSV(B) 176.73º 0.49% 0.44% -
XYZ 10.24 13.56 16.55 -
YUV 95.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 57 112 109 0.49 0 0.03 0.56 176.73 0.33 0.33
Hex 39 70 6D 31 0 3 38 B1 21 21
Octal 71 160 155 61 0 3 70 261 41 41
Binary 111001 1110000 1101101 110001 0 11 111000 10110001 100001 100001

Color Harmonies of #39706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39706D

Black with #39706D

Text Example


Text Example

White with #39706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39706D; }

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

 H1.HeaderClassName
 {
   color: #39706D;
 }
 .AnyTagClassName
 {
   color: #39706D;
 }
</style>

background-color css

<style>
 a { background-color: #39706D; }

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

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

border-color css

<style>
 span { border-color: #39706D; }

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

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