#397877

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

Shades of Ming #397877

Tints of Ming #397877

Color information

#397877 (or 0x397877) is unknown color: approx Ming. HEX triplet: 39, 78 and 77. RGB value is (57,120,119). Sum of RGB (Red+Green+Blue) = 57+120+119=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #397877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397877 is #C68788. Grayscale: #646464. Windows color (decimal): -13010825 or 7829561. OLE color: 7829561.

HSL color Cylindrical-coordinate representation of color #397877: hue angle of 179.05º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397877 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB57120119-
CMYK0.5200.010.53
HSL179.05º35.59%34.71%-
HSV(B)179.05º52.5%47.06%-
XYZ11.7315.6319.85-
YUV101.05138.1396.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=19.26%
G=40.54%
B=40.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571201190.5200.010.53179.0535.5934.71
Hex397877340135b32423
Octal711701676401652634443
Binary111001111100011101111101000111010110110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397877; }

 p { color: rgb(57,120,119); }

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

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

 a { background-color: rgb(57,120,119); }

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

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

 span { border-color: rgb(57,120,119); }

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