#387577

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

Shades of Ming #387577

Tints of Ming #387577

Color information

#387577 (or 0x387577) is unknown color: approx Ming. HEX triplet: 38, 75 and 77. RGB value is (56,117,119). Sum of RGB (Red+Green+Blue) = 56+117+119=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #387577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387577 is #C78A88. Grayscale: #626262. Windows color (decimal): -13077129 or 7828792. OLE color: 7828792.

HSL color Cylindrical-coordinate representation of color #387577: hue angle of 181.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387577 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56117119-
CMYK0.530.0200.53
HSL181.9º36%34.31%-
HSV(B)181.9º52.94%46.67%-
XYZ11.3214.919.73-
YUV98.99139.2997.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=19.18%
G=40.07%
B=40.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561171190.530.0200.53181.93634.31
Hex387577352035b62422
Octal701651676520652664442
Binary1110001110101111011111010110011010110110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387577; }

 p { color: rgb(56,117,119); }

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

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

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

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

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

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

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