#387171

Color #387171 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #387171

Tints of Ming #387171

Color information

#387171 (or 0x387171) is unknown color: approx Ming. HEX triplet: 38, 71 and 71. RGB value is (56,113,113). Sum of RGB (Red+Green+Blue) = 56+113+113=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #387171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387171 is #C78E8E. Grayscale: #5F5F5F. Windows color (decimal): -13078159 or 7434552. OLE color: 7434552.

HSL color Cylindrical-coordinate representation of color #387171: hue angle of 180º degrees, saturation: 0.34, 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 #387171 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56113113-
CMYK0.50000.56
HSL180º33.73%33.14%-
HSV(B)180º50.44%44.31%-
XYZ10.5213.8417.74-
YUV95.96137.6299.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=19.86%
G=40.07%
B=40.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561131130.50000.5618033.7333.14
Hex387171320038b42221
Octal701611616200702644241
Binary111000111000111100011100100011100010110100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387171; }

 p { color: rgb(56,113,113); }

 H1.HeaderClassName
 {
   color: #387171;
 }
 .AnyTagClassName
 {
   color: #387171;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #387171;
 }
 .BgClassName
 {
   background-color: #387171;
 }
</style>
border-color css

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

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

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