#387674

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

Shades of Ming #387674

Tints of Ming #387674

Color information

#387674 (or 0x387674) is unknown color: approx Ming. HEX triplet: 38, 76 and 74. RGB value is (56,118,116). Sum of RGB (Red+Green+Blue) = 56+118+116=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #387674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387674 is #C7898B. Grayscale: #636363. Windows color (decimal): -13076876 or 7632440. OLE color: 7632440.

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

Color convert

RGB56118116-
CMYK0.5300.020.54
HSL178.06º35.63%34.12%-
HSV(B)178.06º52.54%46.27%-
XYZ11.2615.0618.84-
YUV99.23137.4697.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 116 (45.70% from 255) = 40%
R=19.31%
G=40.69%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181160.5300.020.54178.0635.6334.12
Hex387674350236b22422
Octal701661646502662624442
Binary1110001110110111010011010101011011010110010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387674; }

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

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

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

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

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

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

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

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