#387676

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

Shades of Ming #387676

Tints of Ming #387676

Color information

#387676 (or 0x387676) is unknown color: approx Ming. HEX triplet: 38, 76 and 76. RGB value is (56,118,118). Sum of RGB (Red+Green+Blue) = 56+118+118=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #387676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387676 is #C78989. Grayscale: #636363. Windows color (decimal): -13076874 or 7763512. OLE color: 7763512.

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

Color convert

RGB56118118-
CMYK0.53000.54
HSL180º35.63%34.12%-
HSV(B)180º52.54%46.27%-
XYZ11.3815.1119.46-
YUV99.46138.4697-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=19.18%
G=40.41%
B=40.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181180.53000.5418035.6334.12
Hex387676350036b42422
Octal701661666500662644442
Binary111000111011011101101101010011011010110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387676; }

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

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

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

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

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

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

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

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