Html Css Color HEX #39807D Ming

📋 copy color: '#39807D'

red 57 ◦ green 128 ◦ blue 125

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

Shades of Ming #39807D

Tints of Ming #39807D

RGB

 RED value IS 57 (22.66% from 255) = 18.39%

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 18.39%
G = 41.29%
B = 40.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#39807D (or 0x39807D) is known color: Ming. HEX triplet: 39, 80 and 7D. RGB value is (57,128,125). Sum of RGB (Red+Green+Blue) = 57+128+125=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #39807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39807D is #C67F82. Grayscale: #6A6A6A. Windows color (decimal): -13008771 or 8224825. OLE color: 8224825.

HSL color Cylindrical-coordinate representation of color #39807D: hue angle of 177.46º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39807D is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 125 -
CMYK 0.55 0 0.02 0.50
HSL 177.46º 0.38% 0.36% -
HSV(B) 177.46º 0.55% 0.5% -
XYZ 13.11 17.79 22.14 -
YUV 106.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 57 128 125 0.55 0 0.02 0.50 177.46 0.38 0.36
Hex 39 80 7D 37 0 2 32 B1 26 24
Octal 71 200 175 67 0 2 62 261 46 44
Binary 111001 10000000 1111101 110111 0 10 110010 10110001 100110 100100

Color Harmonies of #39807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39807D

Black with #39807D

Text Example


Text Example

White with #39807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39807D;
 }
 .AnyTagClassName
 {
   color: #39807D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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