Html Css Color HEX #39797D Ming

📋 copy color: '#39797D'

red 57 ◦ green 121 ◦ blue 125

#39797D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #39797D

Tints of Ming #39797D

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 value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39797D (or 0x39797D) is known color: 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

RGB 57 121 125 -
CMYK 0.54 0.03 0 0.51
HSL 183.53º 0.37% 0.36% -
HSV(B) 183.53º 0.54% 0.49% -
XYZ 12.23 16.03 21.85 -
YUV 102.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 57 121 125 0.54 0.03 0 0.51 183.53 0.37 0.36
Hex 39 79 7D 36 3 0 33 B8 25 24
Octal 71 171 175 66 3 0 63 270 45 44
Binary 111001 1111001 1111101 110110 11 0 110011 10111000 100101 100100

Color Harmonies of #39797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39797D

Black with #39797D

Text Example


Text Example

White with #39797D

Text Example


Text Example

HTML Codes & Css Web 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>