Html Css Color HEX #39716E Ming

📋 copy color: '#39716E'

red 57 ◦ green 113 ◦ blue 110

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

Shades of Ming #39716E

Tints of Ming #39716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 20.36%
G = 40.36%
B = 39.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#39716E (or 0x39716E) is known color: Ming. HEX triplet: 39, 71 and 6E. RGB value is (57,113,110). Sum of RGB (Red+Green+Blue) = 57+113+110=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #39716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39716E is #C68E91. Grayscale: #5F5F5F. Windows color (decimal): -13012626 or 7237945. OLE color: 7237945.

HSL color Cylindrical-coordinate representation of color #39716E: hue angle of 176.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39716E is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 110 -
CMYK 0.50 0 0.03 0.56
HSL 176.79º 0.33% 0.33% -
HSV(B) 176.79º 0.5% 0.44% -
XYZ 10.41 13.81 16.87 -
YUV 95.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 57 113 110 0.50 0 0.03 0.56 176.79 0.33 0.33
Hex 39 71 6E 32 0 3 38 B1 21 21
Octal 71 161 156 62 0 3 70 261 41 41
Binary 111001 1110001 1101110 110010 0 11 111000 10110001 100001 100001

Color Harmonies of #39716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39716E

Black with #39716E

Text Example


Text Example

White with #39716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39716E; }

 p { color: rgb(57,113,110); }

 H1.HeaderClassName
 {
   color: #39716E;
 }
 .AnyTagClassName
 {
   color: #39716E;
 }
</style>

background-color css

<style>
 a { background-color: #39716E; }

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

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

border-color css

<style>
 span { border-color: #39716E; }

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

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