#387673

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

Shades of Ming #387673

Tints of Ming #387673

Color information

#387673 (or 0x387673) is unknown color: approx Ming. HEX triplet: 38, 76 and 73. RGB value is (56,118,115). Sum of RGB (Red+Green+Blue) = 56+118+115=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #387673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387673 is #C7898C. Grayscale: #636363. Windows color (decimal): -13076877 or 7566904. OLE color: 7566904.

HSL color Cylindrical-coordinate representation of color #387673: hue angle of 177.1º 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 #387673 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB56118115-
CMYK0.5300.030.54
HSL177.1º35.63%34.12%-
HSV(B)177.1º52.54%46.27%-
XYZ11.215.0418.53-
YUV99.12136.9697.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=19.38%
G=40.83%
B=39.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181150.5300.030.54177.135.6334.12
Hex387673350336b12422
Octal701661636503662614442
Binary1110001110110111001111010101111011010110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387673; }

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

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

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

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

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

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

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

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