Html Css Color HEX #39817E Ming

📋 copy color: '#39817E'

red 57 ◦ green 129 ◦ blue 126

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

Shades of Ming #39817E

Tints of Ming #39817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 18.27%
G = 41.35%
B = 40.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#39817E (or 0x39817E) is known color: Ming. HEX triplet: 39, 81 and 7E. RGB value is (57,129,126). Sum of RGB (Red+Green+Blue) = 57+129+126=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #39817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39817E is #C67E81. Grayscale: #6B6B6B. Windows color (decimal): -13008514 or 8290617. OLE color: 8290617.

HSL color Cylindrical-coordinate representation of color #39817E: hue angle of 177.5º 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 #39817E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 126 -
CMYK 0.56 0 0.02 0.49
HSL 177.5º 0.39% 0.36% -
HSV(B) 177.5º 0.56% 0.51% -
XYZ 13.3 18.08 22.53 -
YUV 107.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 57 129 126 0.56 0 0.02 0.49 177.5 0.39 0.36
Hex 39 81 7E 38 0 2 31 B2 27 24
Octal 71 201 176 70 0 2 61 262 47 44
Binary 111001 10000001 1111110 111000 0 10 110001 10110010 100111 100100

Color Harmonies of #39817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39817E

Black with #39817E

Text Example


Text Example

White with #39817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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