#397976

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

Shades of Ming #397976

Tints of Ming #397976

Color information

#397976 (or 0x397976) is unknown color: approx Ming. HEX triplet: 39, 79 and 76. RGB value is (57,121,118). Sum of RGB (Red+Green+Blue) = 57+121+118=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #397976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397976 is #C68689. Grayscale: #656565. Windows color (decimal): -13010570 or 7764281. OLE color: 7764281.

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

Color convert

RGB57121118-
CMYK0.5300.020.53
HSL177.19º35.96%34.9%-
HSV(B)177.19º52.89%47.45%-
XYZ11.7915.8519.58-
YUV101.52137.396.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=19.26%
G=40.88%
B=39.86%

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
Decimal571211180.5300.020.53177.1935.9634.9
Hex397976350235b12423
Octal711711666502652614443
Binary1110011111001111011011010101011010110110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397976; }

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

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

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

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

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

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

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

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