#397975

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

Shades of Ming #397975

Tints of Ming #397975

Color information

#397975 (or 0x397975) is unknown color: approx Ming. HEX triplet: 39, 79 and 75. RGB value is (57,121,117). Sum of RGB (Red+Green+Blue) = 57+121+117=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #397975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397975 is #C6868A. Grayscale: #656565. Windows color (decimal): -13010571 or 7698745. OLE color: 7698745.

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

Color convert

RGB57121117-
CMYK0.5300.030.53
HSL176.25º35.96%34.9%-
HSV(B)176.25º52.89%47.45%-
XYZ11.7415.8319.27-
YUV101.41136.896.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=19.32%
G=41.02%
B=39.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571211170.5300.030.53176.2535.9634.9
Hex397975350335b02423
Octal711711656503652604443
Binary1110011111001111010111010101111010110110000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397975; }

 p { color: rgb(57,121,117); }

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

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

 a { background-color: rgb(57,121,117); }

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

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

 span { border-color: rgb(57,121,117); }

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