#387472

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

Shades of Ming #387472

Tints of Ming #387472

Color information

#387472 (or 0x387472) is unknown color: approx Ming. HEX triplet: 38, 74 and 72. RGB value is (56,116,114). Sum of RGB (Red+Green+Blue) = 56+116+114=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #387472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387472 is #C78B8D. Grayscale: #616161. Windows color (decimal): -13077390 or 7500856. OLE color: 7500856.

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

Color convert

RGB56116114-
CMYK0.5200.020.55
HSL178º34.88%33.73%-
HSV(B)178º51.72%45.49%-
XYZ10.9114.5518.15-
YUV97.83137.1298.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=19.58%
G=40.56%
B=39.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561161140.5200.020.5517834.8833.73
Hex387472340237b22322
Octal701641626402672624342
Binary1110001110100111001011010001011011110110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387472; }

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

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

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

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

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

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

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

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