Html Css Color HEX #39807C Ming

📋 copy color: '#39807C'

red 57 ◦ green 128 ◦ blue 124

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

Shades of Ming #39807C

Tints of Ming #39807C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 18.45%
G = 41.42%
B = 40.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#39807C (or 0x39807C) is known color: Ming. HEX triplet: 39, 80 and 7C. RGB value is (57,128,124). Sum of RGB (Red+Green+Blue) = 57+128+124=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #39807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39807C is #C67F83. Grayscale: #6A6A6A. Windows color (decimal): -13008772 or 8159289. OLE color: 8159289.

HSL color Cylindrical-coordinate representation of color #39807C: hue angle of 176.62º 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 #39807C is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 124 -
CMYK 0.55 0 0.03 0.50
HSL 176.62º 0.38% 0.36% -
HSV(B) 176.62º 0.55% 0.5% -
XYZ 13.04 17.76 21.81 -
YUV 106.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 57 128 124 0.55 0 0.03 0.50 176.62 0.38 0.36
Hex 39 80 7C 37 0 3 32 B1 26 24
Octal 71 200 174 67 0 3 62 261 46 44
Binary 111001 10000000 1111100 110111 0 11 110010 10110001 100110 100100

Color Harmonies of #39807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39807C

Black with #39807C

Text Example


Text Example

White with #39807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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