#387270

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

Shades of Ming #387270

Tints of Ming #387270

Color information

#387270 (or 0x387270) is unknown color: approx Ming. HEX triplet: 38, 72 and 70. RGB value is (56,114,112). Sum of RGB (Red+Green+Blue) = 56+114+112=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #387270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387270 is #C78D8F. Grayscale: #606060. Windows color (decimal): -13077904 or 7369272. OLE color: 7369272.

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

Color convert

RGB56114112-
CMYK0.5100.020.55
HSL177.93º34.12%33.33%-
HSV(B)177.93º50.88%44.71%-
XYZ10.5714.0517.48-
YUV96.43136.7899.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=19.86%
G=40.43%
B=39.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561141120.5100.020.55177.9334.1233.33
Hex387270330237b22221
Octal701621606302672624241
Binary1110001110010111000011001101011011110110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387270; }

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

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

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

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

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

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

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

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