#387174

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

Shades of Ming #387174

Tints of Ming #387174

Color information

#387174 (or 0x387174) is unknown color: approx Ming. HEX triplet: 38, 71 and 74. RGB value is (56,113,116). Sum of RGB (Red+Green+Blue) = 56+113+116=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #387174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387174 is #C78E8B. Grayscale: #606060. Windows color (decimal): -13078156 or 7631160. OLE color: 7631160.

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

Color convert

RGB56113116-
CMYK0.520.0300.55
HSL183º34.88%33.73%-
HSV(B)183º51.72%45.49%-
XYZ10.6913.9118.64-
YUV96.3139.1299.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=19.65%
G=39.65%
B=40.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561131160.520.0300.5518334.8833.73
Hex387174343037b72322
Octal701611646430672674342
Binary1110001110001111010011010011011011110110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387174; }

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

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

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

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

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

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

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

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