#387172

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

Shades of Ming #387172

Tints of Ming #387172

Color information

#387172 (or 0x387172) is unknown color: approx Ming. HEX triplet: 38, 71 and 72. RGB value is (56,113,114). Sum of RGB (Red+Green+Blue) = 56+113+114=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #387172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387172 is #C78E8D. Grayscale: #606060. Windows color (decimal): -13078158 or 7500088. OLE color: 7500088.

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

Color convert

RGB56113114-
CMYK0.510.0100.55
HSL181.03º34.12%33.33%-
HSV(B)181.03º50.88%44.71%-
XYZ10.5713.8718.04-
YUV96.07138.1299.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=19.79%
G=39.93%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561131140.510.0100.55181.0334.1233.33
Hex387172331037b52221
Octal701611626310672654241
Binary111000111000111100101100111011011110110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387172; }

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

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

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

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

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

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

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

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