#387576

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

Shades of Ming #387576

Tints of Ming #387576

Color information

#387576 (or 0x387576) is unknown color: approx Ming. HEX triplet: 38, 75 and 76. RGB value is (56,117,118). Sum of RGB (Red+Green+Blue) = 56+117+118=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #387576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387576 is #C78A89. Grayscale: #626262. Windows color (decimal): -13077130 or 7763256. OLE color: 7763256.

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

Color convert

RGB56117118-
CMYK0.530.0100.54
HSL180.97º35.63%34.12%-
HSV(B)180.97º52.54%46.27%-
XYZ11.2614.8719.42-
YUV98.88138.7997.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=19.24%
G=40.21%
B=40.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561171180.530.0100.54180.9735.6334.12
Hex387576351036b52422
Octal701651666510662654442
Binary111000111010111101101101011011011010110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387576; }

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

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

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

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

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

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

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

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