Html Css Color HEX #39817C Ming

📋 copy color: '#39817C'

red 57 ◦ green 129 ◦ blue 124

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

Shades of Ming #39817C

Tints of Ming #39817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 18.39%
G = 41.61%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#39817C (or 0x39817C) is known color: Ming. HEX triplet: 39, 81 and 7C. RGB value is (57,129,124). Sum of RGB (Red+Green+Blue) = 57+129+124=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #39817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39817C is #C67E83. Grayscale: #6A6A6A. Windows color (decimal): -13008516 or 8159545. OLE color: 8159545.

HSL color Cylindrical-coordinate representation of color #39817C: hue angle of 175.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39817C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 124 -
CMYK 0.56 0 0.04 0.49
HSL 175.83º 0.39% 0.36% -
HSV(B) 175.83º 0.56% 0.51% -
XYZ 13.18 18.03 21.85 -
YUV 106.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 57 129 124 0.56 0 0.04 0.49 175.83 0.39 0.36
Hex 39 81 7C 38 0 4 31 B0 27 24
Octal 71 201 174 70 0 4 61 260 47 44
Binary 111001 10000001 1111100 111000 0 100 110001 10110000 100111 100100

Color Harmonies of #39817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39817C

Black with #39817C

Text Example


Text Example

White with #39817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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