Html Css Color HEX #39807A Ming

📋 copy color: '#39807A'

red 57 ◦ green 128 ◦ blue 122

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

Shades of Ming #39807A

Tints of Ming #39807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 18.57%
G = 41.69%
B = 39.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#39807A (or 0x39807A) is known color: Ming. HEX triplet: 39, 80 and 7A. RGB value is (57,128,122). Sum of RGB (Red+Green+Blue) = 57+128+122=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #39807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39807A is #C67F85. Grayscale: #6A6A6A. Windows color (decimal): -13008774 or 8028217. OLE color: 8028217.

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

Color convert

RGB 57 128 122 -
CMYK 0.55 0 0.05 0.50
HSL 174.93º 0.38% 0.36% -
HSV(B) 174.93º 0.55% 0.5% -
XYZ 12.92 17.71 21.15 -
YUV 106.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 57 128 122 0.55 0 0.05 0.50 174.93 0.38 0.36
Hex 39 80 7A 37 0 5 32 AF 26 24
Octal 71 200 172 67 0 5 62 257 46 44
Binary 111001 10000000 1111010 110111 0 101 110010 10101111 100110 100100

Color Harmonies of #39807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39807A

Black with #39807A

Text Example


Text Example

White with #39807A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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