#387775

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

Shades of Ming #387775

Tints of Ming #387775

Color information

#387775 (or 0x387775) is unknown color: approx Ming. HEX triplet: 38, 77 and 75. RGB value is (56,119,117). Sum of RGB (Red+Green+Blue) = 56+119+117=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #387775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387775 is #C7888A. Grayscale: #636363. Windows color (decimal): -13076619 or 7698232. OLE color: 7698232.

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

Color convert

RGB56119117-
CMYK0.5300.020.53
HSL178.1º36%34.31%-
HSV(B)178.1º52.94%46.67%-
XYZ11.4415.3219.18-
YUV99.94137.6396.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=19.18%
G=40.75%
B=40.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561191170.5300.020.53178.13634.31
Hex387775350235b22422
Octal701671656502652624442
Binary1110001110111111010111010101011010110110010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387775; }

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

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

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

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

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

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

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

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