#387370

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

Shades of Ming #387370

Tints of Ming #387370

Color information

#387370 (or 0x387370) is unknown color: approx Ming. HEX triplet: 38, 73 and 70. RGB value is (56,115,112). Sum of RGB (Red+Green+Blue) = 56+115+112=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #387370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387370 is #C78C8F. Grayscale: #606060. Windows color (decimal): -13077648 or 7369528. OLE color: 7369528.

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

Color convert

RGB56115112-
CMYK0.5100.030.55
HSL176.95º34.5%33.53%-
HSV(B)176.95º51.3%45.1%-
XYZ10.6914.2717.52-
YUV97.02136.4598.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=19.79%
G=40.64%
B=39.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151120.5100.030.55176.9534.533.53
Hex387370330337b12322
Octal701631606303672614342
Binary1110001110011111000011001101111011110110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387370; }

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

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

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

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

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

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

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

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