#397A75

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

Shades of Ming #397A75

Tints of Ming #397A75

Color information

#397A75 (or 0x397A75) is unknown color: approx Ming. HEX triplet: 39, 7A and 75. RGB value is (57,122,117). Sum of RGB (Red+Green+Blue) = 57+122+117=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #397A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A75 is #C6858A. Grayscale: #656565. Windows color (decimal): -13010315 or 7699001. OLE color: 7699001.

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

Color convert

RGB57122117-
CMYK0.5300.040.52
HSL175.38º36.31%35.1%-
HSV(B)175.38º53.28%47.84%-
XYZ11.8616.0719.31-
YUV101.99136.4795.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=19.26%
G=41.22%
B=39.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal571221170.5300.040.52175.3836.3135.1
Hex397A75350434af2423
Octal711721656504642574443
Binary11100111110101110101110101010011010010101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A75; }

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

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

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

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

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

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

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

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