#387677

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

Shades of Ming #387677

Tints of Ming #387677

Color information

#387677 (or 0x387677) is unknown color: approx Ming. HEX triplet: 38, 76 and 77. RGB value is (56,118,119). Sum of RGB (Red+Green+Blue) = 56+118+119=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #387677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387677 is #C78988. Grayscale: #636363. Windows color (decimal): -13076873 or 7829048. OLE color: 7829048.

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

Color convert

RGB56118119-
CMYK0.530.0100.53
HSL180.95º36%34.31%-
HSV(B)180.95º52.94%46.67%-
XYZ11.4415.1319.77-
YUV99.58138.9696.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=19.11%
G=40.27%
B=40.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561181190.530.0100.53180.953634.31
Hex387677351035b52422
Octal701661676510652654442
Binary111000111011011101111101011011010110110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387677; }

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

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

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

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

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

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

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

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