#39797D

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

Shades of Ming #39797D

Tints of Ming #39797D

Color information

#39797D (or 0x39797D) is unknown color: approx Ming. HEX triplet: 39, 79 and 7D. RGB value is (57,121,125). Sum of RGB (Red+Green+Blue) = 57+121+125=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #39797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39797D is #C68682. Grayscale: #666666. Windows color (decimal): -13010563 or 8223033. OLE color: 8223033.

HSL color Cylindrical-coordinate representation of color #39797D: hue angle of 183.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39797D is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB57121125-
CMYK0.540.0300.51
HSL183.53º37.36%35.69%-
HSV(B)183.53º54.4%49.02%-
XYZ12.2316.0321.85-
YUV102.32140.895.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=18.81%
G=39.93%
B=41.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571211250.540.0300.51183.5337.3635.69
Hex39797D363033b82524
Octal711711756630632704544
Binary1110011111001111110111011011011001110111000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39797D; }

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

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

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

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

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

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

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

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