#39817F

Color #39817F Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #39817F

Tints of Ming #39817F

Color information

#39817F (or 0x39817F) is unknown color: approx Ming. HEX triplet: 39, 81 and 7F. RGB value is (57,129,127). Sum of RGB (Red+Green+Blue) = 57+129+127=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #39817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39817F is #C67E80. Grayscale: #6B6B6B. Windows color (decimal): -13008513 or 8356153. OLE color: 8356153.

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

Color convert

RGB57129127-
CMYK0.5600.020.49
HSL178.33º38.71%36.47%-
HSV(B)178.33º55.81%50.59%-
XYZ13.3718.122.87-
YUV107.24139.1592.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 127 (50% from 255) = 40.58%
R=18.21%
G=41.21%
B=40.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571291270.5600.020.49178.3338.7136.47
Hex39817F380231b22724
Octal712011777002612624744
Binary11100110000001111111111100001011000110110010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39817F;
 }
 .AnyTagClassName
 {
   color: #39817F;
 }
</style>
background-color css

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

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

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

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

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

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